Home
last modified time | relevance | path

Searched refs:HciLeConnectionCompleteEventParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_le.c37 if (param == NULL || (length != sizeof(HciLeConnectionCompleteEventParam))) { in HciEventOnLeConnectionCompleteEvent()
41 HciLeConnectionCompleteEventParam *eventParam = (HciLeConnectionCompleteEventParam *)param; in HciEventOnLeConnectionCompleteEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_evt.h46 } HciLeConnectionCompleteEventParam; typedef
H A Dhci.h1390 void (*leConnectionComplete)(const HciLeConnectionCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c95 {HciCommonFilterAddress, offsetof(HciLeConnectionCompleteEventParam, peerAddress)},
H A Dbtm_snoop_filter_acl.c307HciLeConnectionCompleteEventParam *evtParam = (HciLeConnectionCompleteEventParam *)(*data + offset… in ProcessHciLeConnInfo()
H A Dbtm_acl.c880 const BtAddr *addr, uint8_t peerAddrType, const HciLeConnectionCompleteEventParam *eventParam) in BtmUpdateLeConnectionOnConnectComplete()
1044 …const BtAddr *addrList, const uint8_t addrCount, const HciLeConnectionCompleteEventParam *eventPar… in BtmUpdateUpdateWhiteListOnLeConnectionComplete()
1088 static void BtmOnLeConnectionComplete(const HciLeConnectionCompleteEventParam *eventParam) in BtmOnLeConnectionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_le_controller.c183 HciLeConnectionCompleteEventParam eventParam = { in HciCmdOnLeCreateConnectionFailed()