Home
last modified time | relevance | path

Searched refs:SMP_SendSecurityRequestToRemote (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h242 int SMP_SendSecurityRequestToRemote(uint16_t handle, uint8_t authReq);
H A Dsmp.c726 int SMP_SendSecurityRequestToRemote(uint16_t handle, uint8_t authReq) in SMP_SendSecurityRequestToRemote() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_sec.c733 ret = SMP_SendSecurityRequestToRemote(deviceInfo->handle, authReq); in GapLeRequestSecurityProcess()
829 SMP_SendSecurityRequestToRemote(deviceInfo->handle, authReq); in GapLePair()