Lines Matching defs:con_handle
574 …etup_event_base(uint8_t * event, int event_size, uint8_t type, hci_con_handle_t con_handle, uint8_… in sm_setup_event_base()
582 static void sm_notify_client_base(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd_… in sm_notify_client_base()
588 static void sm_notify_client_index(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, bd… in sm_notify_client_index()
602 static void sm_notify_client_status(uint8_t type, hci_con_handle_t con_handle, uint8_t addr_type, b… in sm_notify_client_status()
948 static void sm_address_resolution_start_lookup(uint8_t addr_type, hci_con_handle_t con_handle, bd_a… in sm_address_resolution_start_lookup()
1030 void sm_cmac_signed_write_start(const sm_key_t k, uint8_t opcode, hci_con_handle_t con_handle, uint… in sm_cmac_signed_write_start()
1102 static void sm_done_for_handle(hci_con_handle_t con_handle){ in sm_done_for_handle()
1300 hci_con_handle_t con_handle = HCI_CON_HANDLE_INVALID; in sm_address_resolution_handle_event() local
1979 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_sc_dhkey_calculated() local
3400 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_a() local
3412 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_b() local
3425 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_c() local
3437 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_d() local
3461 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_stk() local
3478 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_ph3_y() local
3500 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_ph4_y() local
3521 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_ph3_ltk() local
3535 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_csrk() local
3564 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_encryption_result_enc_ph4_ltk() local
3647 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_sc_next_send_pairing_random() local
3656 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_sc_next_w2_cmac_for_confirmation() local
3666 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_ph2_random() local
3675 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_ph2_tk() local
3711 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_ph3_div() local
3723 hci_con_handle_t con_handle = (hci_con_handle_t) (uintptr_t) arg; in sm_handle_random_result_ph3_random() local
3792 static void sm_connection_init(sm_connection_t * sm_conn, hci_con_handle_t con_handle, uint8_t role… in sm_connection_init()
3814 …d sm_event_handle_classic_encryption_event(sm_connection_t * sm_conn, hci_con_handle_t con_handle){ in sm_event_handle_classic_encryption_event()
3851 hci_con_handle_t con_handle; in sm_event_packet_handler() local
5009 static void sm_channel_handler(uint8_t packet_type, hci_con_handle_t con_handle, uint8_t *packet, u… in sm_channel_handler()
5051 void sm_register_ltk_callback( bool (*get_ltk_callback)(hci_con_handle_t con_handle, uint8_t addres… in sm_register_ltk_callback()
5238 static sm_connection_t * sm_get_connection_for_handle(hci_con_handle_t con_handle){ in sm_get_connection_for_handle()
5260 void sm_send_security_request(hci_con_handle_t con_handle){ in sm_send_security_request()
5268 void sm_request_pairing(hci_con_handle_t con_handle){ in sm_request_pairing()
5351 void sm_authorization_decline(hci_con_handle_t con_handle){ in sm_authorization_decline()
5358 void sm_authorization_grant(hci_con_handle_t con_handle){ in sm_authorization_grant()
5367 void sm_bonding_decline(hci_con_handle_t con_handle){ in sm_bonding_decline()
5403 void sm_just_works_confirm(hci_con_handle_t con_handle){ in sm_just_works_confirm()
5424 void sm_numeric_comparison_confirm(hci_con_handle_t con_handle){ in sm_numeric_comparison_confirm()
5429 void sm_passkey_input(hci_con_handle_t con_handle, uint32_t passkey){ in sm_passkey_input()
5448 void sm_keypress_notification(hci_con_handle_t con_handle, uint8_t action){ in sm_keypress_notification()
5519 irk_lookup_state_t sm_identity_resolving_state(hci_con_handle_t con_handle){ in sm_identity_resolving_state()
5530 int sm_le_device_index(hci_con_handle_t con_handle ){ in sm_le_device_index()
5536 uint8_t sm_get_ltk(hci_con_handle_t con_handle, sm_key_t ltk){ in sm_get_ltk()
5616 bool gap_reconnect_security_setup_active(hci_con_handle_t con_handle){ in gap_reconnect_security_setup_active()