Home
last modified time | relevance | path

Searched refs:leReadChannelMapComplete (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.c307 if (callbacks->leReadChannelMapComplete != NULL) { in HciCmdOnLeReadChannelMapFailed()
308 callbacks->leReadChannelMapComplete(&returnParam); in HciCmdOnLeReadChannelMapFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le_cmd_complete.c275 if (callbacks->leReadChannelMapComplete != NULL) { in HciEventOnLeReadChannelMapComplete()
276 callbacks->leReadChannelMapComplete(&returnParam); in HciEventOnLeReadChannelMapComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1217 void (*leReadChannelMapComplete)(const HciLeReadChannelMapReturnParam *returnParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_hci_receive.c964 .leReadChannelMapComplete = GapRecvLeReadChannelMapComplete,