Searched refs:leConnectionComplete (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/ |
H A D | hci_evt_le.c | 49 if (callbacks->leConnectionComplete != NULL) { in HciEventOnLeConnectionCompleteEvent() 50 callbacks->leConnectionComplete(eventParam); in HciEventOnLeConnectionCompleteEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_btm_receive.c | 207 g_aclCallback.leConnectionComplete = GapRecvLeConnectionComplete; in GapRegisterBtmAclCallbacks()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 947 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 D | hci_cmd_failure_le_controller.c | 191 if (callbacks->leConnectionComplete != NULL) { in HciCmdOnLeCreateConnectionFailed() 192 callbacks->leConnectionComplete(&eventParam); in HciCmdOnLeCreateConnectionFailed()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 233 void (*leConnectionComplete)( member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci.h | 1390 void (*leConnectionComplete)(const HciLeConnectionCompleteEventParam *eventParam); member
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_cmn.c | 693 .leConnectionComplete = L2capLeAclConnectedCallback,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.cpp | 1236 pimpl->btmAclCb_.leConnectionComplete = &BleAdapter::LeConnectionComplete; in RegisterCallbackToBtm()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 306 btmAclCbs_.leConnectionComplete = nullptr; in RegisterCallback()
|
Completed in 18 milliseconds