Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.c4255 if (hci_event_simple_pairing_complete_get_status(packet) == ERROR_CODE_SUCCESS){ in event_handler()
4259 hci_pairing_complete(conn, hci_event_simple_pairing_complete_get_status(packet)); in event_handler()
H A Dbtstack_event.h1341 static inline uint8_t hci_event_simple_pairing_complete_get_status(const uint8_t * event){ in hci_event_simple_pairing_complete_get_status() function
/btstack/src/ble/
H A Dsm.c3950 if (hci_event_simple_pairing_complete_get_status(packet) != ERROR_CODE_SUCCESS) break; in sm_event_packet_handler()