Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.c4231 hci_pairing_complete(conn, hci_event_authentication_complete_get_status(packet)); in event_handler()
4234 if (hci_event_authentication_complete_get_status(packet) == 0){ in event_handler()
H A Dbtstack_event.h391 static inline uint8_t hci_event_authentication_complete_get_status(const uint8_t * event){ in hci_event_authentication_complete_get_status() function