Searched refs:BT_HCI_OP_DISCONNECT (Results 1 – 4 of 4) sorted by relevance
430 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in disconnect()437 send_cmd(BT_HCI_OP_DISCONNECT, buf, NULL); in disconnect()
901 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in bt_hci_disconnect()910 return bt_hci_cmd_send_sync(BT_HCI_OP_DISCONNECT, buf, NULL); in bt_hci_disconnect()
394 #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()