Searched refs:hci_event_simple_pairing_complete_get_status (Results 1 – 3 of 3) sorted by relevance
4255 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()
1341 static inline uint8_t hci_event_simple_pairing_complete_get_status(const uint8_t * event){ in hci_event_simple_pairing_complete_get_status() function
3950 if (hci_event_simple_pairing_complete_get_status(packet) != ERROR_CODE_SUCCESS) break; in sm_event_packet_handler()