Home
last modified time | relevance | path

Searched refs:leRandComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c350 if (callbacks->leRandComplete != NULL) { in HciCmdOnLeRandFailed()
351 callbacks->leRandComplete(&returnParam); in HciCmdOnLeRandFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c303 if (callbacks->leRandComplete != NULL) { in HciEventOnLeRandComplete()
304 callbacks->leRandComplete(&returnParam); in HciEventOnLeRandComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1223 void (*leRandComplete)(const HciLeRandReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c111 .leRandComplete = SMP_OnLERandComplete,