Home
last modified time | relevance | path

Searched refs:leEncryptComplete (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.c336 if (callbacks->leEncryptComplete != NULL) { in HciCmdOnLeEncryptFailed()
337 callbacks->leEncryptComplete(&returnParam); in HciCmdOnLeEncryptFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c289 if (callbacks->leEncryptComplete != NULL) { in HciEventOnLeEncryptComplete()
290 callbacks->leEncryptComplete(&returnParam); in HciEventOnLeEncryptComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1220 void (*leEncryptComplete)(const HciLeEncryptReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c112 .leEncryptComplete = SMP_OnLEEncryptComplete,