Home
last modified time | relevance | path

Searched defs:sm_conn (Results 1 – 2 of 2) sorted by relevance

/btstack/src/ble/
H A Dsm.c610 static void sm_reencryption_started(sm_connection_t * sm_conn){ in sm_reencryption_started()
631 static void sm_reencryption_complete(sm_connection_t * sm_conn, uint8_t status){ in sm_reencryption_complete()
652 static void sm_pairing_started(sm_connection_t * sm_conn){ in sm_pairing_started()
663 static void sm_pairing_complete(sm_connection_t * sm_conn, uint8_t status, uint8_t reason){ in sm_pairing_complete()
690 sm_connection_t * sm_conn = (sm_connection_t*) btstack_run_loop_get_timer_context(timer); in sm_timeout_handler() local
699 static void sm_timeout_start(sm_connection_t * sm_conn){ in sm_timeout_start()
709 static void sm_timeout_reset(sm_connection_t * sm_conn){ in sm_timeout_reset()
1042 static void sm_trigger_user_response_basic(sm_connection_t * sm_conn, uint8_t event_type){ in sm_trigger_user_response_basic()
1050 static void sm_trigger_user_response_passkey(sm_connection_t * sm_conn, uint8_t event_type){ in sm_trigger_user_response_passkey()
1060 static void sm_trigger_user_response(sm_connection_t * sm_conn){ in sm_trigger_user_response()
[all …]
/btstack/src/
H A Dhci.c9783 sm_connection_t * sm_conn = &hci_connection->sm_connection; in gap_encryption_key_size() local
9872 sm_connection_t * sm_conn = sm_get_connection_for_handle(con_handle); in gap_authorization_state() local