Home
last modified time | relevance | path

Searched refs:leSetEventMaskComplete (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.c35 if (callbacks->leSetEventMaskComplete != NULL) { in HciCmdOnLeSetEventMaskFailed()
36 callbacks->leSetEventMaskComplete(&returnParam); in HciCmdOnLeSetEventMaskFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c37 if (callbacks->leSetEventMaskComplete != NULL) { in HciEventOnLeSetEventMaskComplete()
38 callbacks->leSetEventMaskComplete(&returnParam); in HciEventOnLeSetEventMaskComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c244 .leSetEventMaskComplete = BtmControllerOnLeSetEventMaskComplete,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1166 void (*leSetEventMaskComplete)(const HciLeSetEventMaskReturnParam *returParam); member