Home
last modified time | relevance | path

Searched refs:leEnhancedConnectionComplete (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.c222 if (callbacks->leEnhancedConnectionComplete != NULL) { in HciEventOnLeEnhancedConnectionCompleteEvent()
223 callbacks->leEnhancedConnectionComplete(eventParam); in HciEventOnLeEnhancedConnectionCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c953 if (callbacks->leEnhancedConnectionComplete != NULL) { in HciCmdOnLeExtendedCreateConnectionFailed()
954 callbacks->leEnhancedConnectionComplete(&eventParam); in HciCmdOnLeExtendedCreateConnectionFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1417 … void (*leEnhancedConnectionComplete)(const HciLeEnhancedConnectionCompleteEventParam *eventParam); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c2418 .leEnhancedConnectionComplete = BtmOnLeEnhancedConnectionComplete,