Home
last modified time | relevance | path

Searched refs:SMP_RemotePairResponseReply (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h311 int SMP_RemotePairResponseReply(uint16_t handle, bool accept, uint8_t rejectReason);
H A Dsmp.c505 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 Dgap_le_sec.c455 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