Searched refs:SMP_AuthenticationRequestReply (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_sec.c | 106 ret = SMP_AuthenticationRequestReply(handle, true, 0x00, pairMethod, displayValue); in GapLePasskeyRequestProcess() 192 ret = SMP_AuthenticationRequestReply(handle, accept, 0x00, pairMethod, NULL); in GapLeSecureConnectionOOBProcess() 198 ret = SMP_AuthenticationRequestReply(handle, accept, 0x00, pairMethod, NULL); in GapLeSecureConnectionOOBProcess() 222 ret = SMP_AuthenticationRequestReply(handle, true, 0x00, pairMethod, NULL); in GapLeAuthenticationRequestProcess() 253 … ret = SMP_AuthenticationRequestReply(handle, false, SMP_PAIR_FAILED_AUTH_REQ, pairMethod, NULL); in GapLeAuthenticationRequest() 988 ret = SMP_AuthenticationRequestReply( in GAP_LePairPassKeyRsp() 991 ret = SMP_AuthenticationRequestReply( in GAP_LePairPassKeyRsp() 1021 ret = SMP_AuthenticationRequestReply( in GAP_LePairOobRsp() 1062 ret = SMP_AuthenticationRequestReply( in GAP_LePairScOobRsp() 1090 …ret = SMP_AuthenticationRequestReply(deviceInfo->handle, true, 0x00, deviceInfo->pairMethod, NULL); in GAP_LePairScUserConfirmRsp() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp.h | 287 int SMP_AuthenticationRequestReply(
|
H A D | smp.c | 386 int SMP_AuthenticationRequestReply( in SMP_AuthenticationRequestReply() function
|