Searched refs:SMP_RemotePairResponseReply (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.h | 311 int SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason);
|
H A D | smp.c | 505 int SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason) in SMP_RemotePairResponseReply() function
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 455 SMP_RemotePairResponseReply(handle, false, SMP_PAIR_FAILED_ENC_KEY_SIZE); in GapLeRemotePairResponse() 464 SMP_RemotePairResponseReply(handle, false, SMP_PAIR_FAILED_AUTH_REQ); in GapLeRemotePairResponse() 466 SMP_RemotePairResponseReply(handle, true, 0x00); in GapLeRemotePairResponse() 469 SMP_RemotePairResponseReply(handle, false, SMP_PAIR_FAILED_UNSPECIFIED_REASION); in GapLeRemotePairResponse()
|
Completed in 6 milliseconds