Home
last modified time | relevance | path

Searched refs:HciDisconnectCompleteEventParam (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c317 void BtmPmOnDisconnectComplete(const HciDisconnectCompleteEventParam *eventParam) in BtmPmOnDisconnectComplete()
H A Dbtm_snoop_filter_acl.c366 HciDisconnectCompleteEventParam *evtParam = (HciDisconnectCompleteEventParam *)(*data + offset); in ProcessHciConnInfo()
H A Dbtm_sco.c996 NO_SANITIZE("cfi") static void BtmScoOnDisconnectComplete(const HciDisconnectCompleteEventParam *param) in BtmScoOnDisconnectComplete()
H A Dbtm_acl.c1358 NO_SANITIZE("cfi") static void BtmOnDisconnectComplete(const HciDisconnectCompleteEventParam *eventParam) in BtmOnDisconnectComplete()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_evt.h87 } HciDisconnectCompleteEventParam; typedef
H A Dhci.h960 void (*disconnectComplete)(const HciDisconnectCompleteEventParam *eventParam);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c106 HciDisconnectCompleteEventParam eventParam = { in HciCmdOnDisconnectFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c529 HciDisconnectCompleteEventParam *param = (HciDisconnectCompleteEventParam *)BufferPtr(payloadBuffer); in HciEventOnDisconnectCompeteEvent()
534 if (length != sizeof(HciDisconnectCompleteEventParam)) { in HciEventOnDisconnectCompeteEvent()

Completed in 15 milliseconds