Home
last modified time | relevance | path

Searched refs:HciLeReadChannelMapReturnParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h197 void GapLeReadChannelMapComplete(const HciLeReadChannelMapReturnParam *param);
H A Dgap_le_conn.c332 void GapLeReadChannelMapComplete(const HciLeReadChannelMapReturnParam *param) in GapLeReadChannelMapComplete()
H A Dgap_hci_receive.c585 static void GapRecvLeReadChannelMapComplete(const HciLeReadChannelMapReturnParam *param) in GapRecvLeReadChannelMapComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h306 } HciLeReadChannelMapReturnParam; typedef
H A Dhci.h1217 void (*leReadChannelMapComplete)(const HciLeReadChannelMapReturnParam *returnParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c300 HciLeReadChannelMapReturnParam returnParam = { in HciCmdOnLeReadChannelMapFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c269 HciLeReadChannelMapReturnParam returnParam = {0}; in HciEventOnLeReadChannelMapComplete()