Home
last modified time | relevance | path

Searched refs:remote_peripheral_handle (Results 1 – 1 of 1) sorted by relevance

/btstack/example/
H A Dle_mitm.c102 static hci_con_handle_t remote_peripheral_handle; variable
351 if (handle == remote_peripheral_handle) { in mitm_opposite_handle()
354 return remote_peripheral_handle; in mitm_opposite_handle()
366 if (handle == remote_peripheral_handle) return "Peripheral"; in mitm_name_for_handle()
407remote_peripheral_handle = gap_subevent_le_connection_complete_get_connection_handle(packet); in hci_event_handler()
426 if (connection_handle == remote_peripheral_handle){ in hci_event_handler()
534 sm_request_pairing(remote_peripheral_handle); in stdin_process()