Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp_cmd.h43 int SMP_SendSecurityRequest(uint16_t handle, uint8_t authReq, SMP_SendDataCb cb);
Dsmp_cmd.c334 int SMP_SendSecurityRequest(uint16_t handle, uint8_t authReq, SMP_SendDataCb cb) in SMP_SendSecurityRequest() function
Dsmp.c749 SMP_SendSecurityRequest(param->handle, param->authReq, SMP_SendSecurityRequestCallback); in SMP_SendSecReqToRemoteTask()