Home
last modified time | relevance | path

Searched refs:leReadRemoteFeaturesComplete (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c137 if (callbacks->leReadRemoteFeaturesComplete != NULL) { in HciEventOnLeReadRemoteFeaturesCompleteEvent()
138 callbacks->leReadRemoteFeaturesComplete(eventParam); in HciEventOnLeReadRemoteFeaturesCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c322 if (callbacks->leReadRemoteFeaturesComplete != NULL) { in HciCmdOnLeReadRemoteFeaturesFailed()
323 callbacks->leReadRemoteFeaturesComplete(&eventParam); in HciCmdOnLeReadRemoteFeaturesFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1399 … void (*leReadRemoteFeaturesComplete)(const HciLeReadRemoteFeaturesCompleteEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2417 .leReadRemoteFeaturesComplete = BtmOnLeReadRemoteFeaturesComplete,