Home
last modified time | relevance | path

Searched refs:HciConnectionRequestEventParam (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_evt.c161 {HciCommonFilterAddress, offsetof(HciConnectionRequestEventParam, bdAddr)},
H A Dbtm_sco.c958 static void BtmScoOnConnectionRequest(const HciConnectionRequestEventParam *eventParam) in BtmScoOnConnectionRequest()
H A Dbtm_acl.c562 static void BtmOnConnectionrequest(const HciConnectionRequestEventParam *eventParam) in BtmOnConnectionrequest()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h77 } HciConnectionRequestEventParam; typedef
H A Dhci.h957 void (*connectionRequest)(const HciConnectionRequestEventParam *eventParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c207HciConnectionRequestEventParam *param = (HciConnectionRequestEventParam *)BufferPtr(payloadBuffer); in HciEventOnConnectionRequestEvent()
212 if (length != sizeof(HciConnectionRequestEventParam)) { in HciEventOnConnectionRequestEvent()