Lines Matching defs:connection
1117 static void sm_master_pairing_success(sm_connection_t *connection) {// master -> all done in sm_master_pairing_success()
2456 static void sm_run_send_keypress_notification(sm_connection_t * connection){ in sm_run_send_keypress_notification()
2495 static void sm_run_distribute_keys(sm_connection_t * connection){ in sm_run_distribute_keys()
2635 static void sm_key_distribution_complete_responder(sm_connection_t * connection){ in sm_key_distribution_complete_responder()
2646 static void sm_key_distribution_complete_initiator(sm_connection_t * connection){ in sm_key_distribution_complete_initiator()
2656 static void sm_run_state_sc_send_confirmation(sm_connection_t *connection) { in sm_run_state_sc_send_confirmation()
2669 static void sm_run_state_sc_send_pairing_random(sm_connection_t *connection) { in sm_run_state_sc_send_pairing_random()
2703 static void sm_run_state_sc_send_dhkey_check_command(sm_connection_t *connection) { in sm_run_state_sc_send_dhkey_check_command()
2718 static void sm_run_state_sc_send_public_key_command(sm_connection_t *connection) { in sm_run_state_sc_send_public_key_command()
2852 sm_connection_t * connection = sm_get_connection_for_handle(sm_active_connection_handle); in sm_run() local
3403 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_a() local
3415 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_b() local
3428 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_c() local
3440 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_d() local
3463 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_stk() local
3481 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_ph3_y() local
3502 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_ph4_y() local
3524 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_ph3_ltk() local
3538 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_csrk() local
3567 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_encryption_result_enc_ph4_ltk() local
3648 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_sc_next_send_pairing_random() local
3657 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_sc_next_w2_cmac_for_confirmation() local
3667 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_ph2_random() local
3676 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_ph2_tk() local
3712 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_ph3_div() local
3724 sm_connection_t * connection = sm_get_connection_for_handle(con_handle); in sm_handle_random_result_ph3_random() local
5244 static void sm_cache_ltk(sm_connection_t * connection, const sm_key_t ltk){ in sm_cache_ltk()