Home
last modified time | relevance | path

Searched refs:HciRoleChangeEventParam (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_snoop_filter_evt.c175 {HciCommonFilterAddress, offsetof(HciRoleChangeEventParam, bdAddr)},
Dbtm_acl.c2220 void BtmOnRoleChange(const HciRoleChangeEventParam *eventParam) in BtmOnRoleChange()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/
Dhci_def_evt.h221 } HciRoleChangeEventParam; typedef
Dhci.h996 void (*roleChange)(const HciRoleChangeEventParam *eventParam);
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/hci/evt/
Dhci_evt.c1051 if (BufferGetSize(payloadBuffer) != sizeof(HciRoleChangeEventParam)) { in HciEventOnRoleChangeEvent()
1055 HciRoleChangeEventParam *param = (HciRoleChangeEventParam *)BufferPtr(payloadBuffer); in HciEventOnRoleChangeEvent()