Home
last modified time | relevance | path

Searched refs:disconnectComplete (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c114 if (callbacks->disconnectComplete != NULL) { in HciCmdOnDisconnectFailed()
115 callbacks->disconnectComplete(&eventParam); in HciCmdOnDisconnectFailed()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_pm.c376 .disconnectComplete = BtmPmOnDisconnectComplete,
H A Dbtm_sco.c1030 .disconnectComplete = BtmScoOnDisconnectComplete,
H A Dbtm_acl.c2406 .disconnectComplete = BtmOnDisconnectComplete,
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci.h960 void (*disconnectComplete)(const HciDisconnectCompleteEventParam *eventParam); member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.c544 if (callbacks->disconnectComplete != NULL) { in HciEventOnDisconnectCompeteEvent()
545 callbacks->disconnectComplete(param); in HciEventOnDisconnectCompeteEvent()

Completed in 11 milliseconds