Home
last modified time | relevance | path

Searched refs:HCI_DISCONNECT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c297 if (cmd != NULL && opCode == HCI_DISCONNECT && status == HCI_SUCCESS) { in HciCmdOnCommandStatus()
H A Dhci_cmd_link_ctrl.c64 HciCmd *cmd = HciAllocCmd(HCI_DISCONNECT, (void *)param, sizeof(HciDisconnectParam)); in HCI_Disconnect()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h104 #define HCI_DISCONNECT MAKE_OPCODE(0x0006, HCI_COMMAND_OGF_LINK_CONTROL) macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1656 if (commandOpcode == HCI_DISCONNECT) { in BtmAclOnCommandStatus()