Home
last modified time | relevance | path

Searched refs:HciSetEventMaskReturnParam (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c51 static HciSetEventMaskReturnParam g_setEventMaskResult;
116 static void BtmControllerOnSetEventMaskComplete(const HciSetEventMaskReturnParam *returnParam) in BtmControllerOnSetEventMaskComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_controller_baseband_cmd.h68 typedef HciStatusParam HciSetEventMaskReturnParam; typedef
H A Dhci.h593 void (*setEventMaskComplete)(const HciSetEventMaskReturnParam *returnParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_controller_baseband.c29 HciSetEventMaskReturnParam returnParam = { in HciCmdOnSetEventMaskFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_controller_baseband_cmd_complete.c33 HciSetEventMaskReturnParam returnParam = {0}; in HciEventOnSetEventMaskCompete()