Home
last modified time | relevance | path

Searched refs:HciConnectionCompleteEventParam (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c88 HciConnectionCompleteEventParam returnParam = { in HciCmdOnCreateConnectionFailed()
137 HciConnectionCompleteEventParam returnParam = { in HciCmdOnAcceptConnectionRequestFailed()
152 HciConnectionCompleteEventParam returnParam = { in HciCmdOnRejectConnectionRequestFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c160 {HciCommonFilterAddress, offsetof(HciConnectionCompleteEventParam, bdAddr)},
H A Dbtm_snoop_filter_acl.c354HciConnectionCompleteEventParam *evtParam = (HciConnectionCompleteEventParam *)(*data + offset); in ProcessHciConnInfo()
H A Dbtm_sco.c790 static void BtmScoOnConnectionComplete(const HciConnectionCompleteEventParam *eventParam) in BtmScoOnConnectionComplete()
H A Dbtm_acl.c502 NO_SANITIZE("cfi") static void BtmOnConnectionComplete(const HciConnectionCompleteEventParam *event… in BtmOnConnectionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h63 } HciConnectionCompleteEventParam; typedef
H A Dhci.h954 void (*connectionComplete)(const HciConnectionCompleteEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c180HciConnectionCompleteEventParam *param = (HciConnectionCompleteEventParam *)BufferPtr(payloadBuffe… in HciEventOnConnectionCompleteEvent()
185 if (length != sizeof(HciConnectionCompleteEventParam)) { in HciEventOnConnectionCompleteEvent()