Searched refs:BT_HCI_OP_DISCONNECT (Results 1 – 4 of 4) sorted by relevance
431 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in disconnect()438 send_cmd(BT_HCI_OP_DISCONNECT, buf, NULL); in disconnect()
907 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in bt_hci_disconnect()916 return bt_hci_cmd_send_sync(BT_HCI_OP_DISCONNECT, buf, NULL); in bt_hci_disconnect()
402 #define BT_HCI_OP_DISCONNECT BT_OP(BT_OGF_LINK_CTRL, 0x0006) /* 0x0406 */ macro
401 case BT_OCF(BT_HCI_OP_DISCONNECT): in link_control_cmd_handle()