Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/cmd/
Dhci_cmd_failure_link_policy.c29 HciModeChangeEventParam eventParam = { in HciCmdOnSniffModeFailed()
44 HciModeChangeEventParam eventParam = { in HciCmdOnExitSnifModeFailed()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_pm.c281 static void BtmPmOnModeChange(const HciModeChangeEventParam *param) in BtmPmOnModeChange()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h240 } HciModeChangeEventParam; typedef
Dhci.h999 void (*modeChange)(const HciModeChangeEventParam *param);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c388 HciModeChangeEventParam *param = (HciModeChangeEventParam *)BufferPtr(payloadBuffer); in HciEventOnModeChangeEvent()
393 if (length != sizeof(HciModeChangeEventParam)) { in HciEventOnModeChangeEvent()