Home
last modified time | relevance | path

Searched refs:leConnectionComplete (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c49 if (callbacks->leConnectionComplete != NULL) { in HciEventOnLeConnectionCompleteEvent()
50 callbacks->leConnectionComplete(eventParam); in HciEventOnLeConnectionCompleteEvent()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c207 g_aclCallback.leConnectionComplete = GapRecvLeConnectionComplete; in GapRegisterBtmAclCallbacks()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c947 if (block->callbacks->leConnectionComplete != NULL) { in BtmLeCancelConnectCallback()
948 block->callbacks->leConnectionComplete(status, 0, addr, 0, block->context); in BtmLeCancelConnectCallback()
982 if (block->callbacks->leConnectionComplete != NULL) { in BtmOnLeConnectCallback()
983 block->callbacks->leConnectionComplete(status, connectionHandle, addrList + i, role, block->context); in BtmOnLeConnectCallback()
2416 .leConnectionComplete = BtmOnLeConnectionComplete,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c191 if (callbacks->leConnectionComplete != NULL) { in HciCmdOnLeCreateConnectionFailed()
192 callbacks->leConnectionComplete(&eventParam); in HciCmdOnLeCreateConnectionFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h233 void (*leConnectionComplete)( member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h1390 void (*leConnectionComplete)(const HciLeConnectionCompleteEventParam *eventParam); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.c693 .leConnectionComplete = L2capLeAclConnectedCallback,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp1236 pimpl->btmAclCb_.leConnectionComplete = &BleAdapter::LeConnectionComplete; in RegisterCallbackToBtm()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp306 btmAclCbs_.leConnectionComplete = nullptr; in RegisterCallback()

Completed in 18 milliseconds