Lines Matching defs:con_handle

86 bool gap_reconnect_security_setup_active(hci_con_handle_t con_handle){  in gap_reconnect_security_setup_active()
91 static void hci_setup_connection(uint16_t con_handle, bd_addr_type_t type){ in hci_setup_connection()
109 void hci_setup_le_connection(uint16_t con_handle){ in hci_setup_le_connection()
113 void hci_setup_classic_connection(uint16_t con_handle){ in hci_setup_classic_connection()
229 irk_lookup_state_t sm_identity_resolving_state(hci_con_handle_t con_handle){ in sm_identity_resolving_state()
233 void sm_request_pairing(hci_con_handle_t con_handle){ in sm_request_pairing()
260 hci_connection_t * hci_connection_for_handle(hci_con_handle_t con_handle){ in hci_connection_for_handle()
279 bool gap_authenticated(hci_con_handle_t con_handle){ in gap_authenticated()
282 authorization_state_t gap_authorization_state(hci_con_handle_t con_handle){ in gap_authorization_state()
285 uint8_t gap_encryption_key_size(hci_con_handle_t con_handle){ in gap_encryption_key_size()
288 bool gap_secure_connection(hci_con_handle_t con_handle){ in gap_secure_connection()
291 gap_connection_type_t gap_get_connection_type(hci_con_handle_t con_handle){ in gap_get_connection_type()
308 int gap_request_connection_parameter_update(hci_con_handle_t con_handle, uint16_t conn_interval_min, in gap_request_connection_parameter_update()
325 bool att_dispatch_server_can_send_now(hci_con_handle_t con_handle){ in att_dispatch_server_can_send_now()
330 void att_dispatch_server_mtu_exchanged(hci_con_handle_t con_handle, uint16_t new_mtu){ in att_dispatch_server_mtu_exchanged()
335 void att_dispatch_server_request_can_send_now_event(hci_con_handle_t con_handle){ in att_dispatch_server_request_can_send_now_event()