Searched refs:disconn (Results 1 – 4 of 4) sorted by relevance
424 struct bt_hci_cp_disconnect *disconn; in disconnect() local430 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in disconnect()433 disconn = net_buf_add(buf, sizeof(*disconn)); in disconnect()434 disconn->handle = sys_cpu_to_le16(handle); in disconnect()435 disconn->reason = reason; in disconnect()
48 bool conn, bool disconn) in find_proxy_srv() argument52 if (!disconn) { in find_proxy_srv()
166 static void disconnected(struct bt_conn *disconn, uint8_t reason) in disconnected() argument
899 struct bt_hci_cp_disconnect *disconn; in bt_hci_disconnect() local901 buf = bt_hci_cmd_create(BT_HCI_OP_DISCONNECT, sizeof(*disconn)); in bt_hci_disconnect()906 disconn = net_buf_add(buf, sizeof(*disconn)); in bt_hci_disconnect()907 disconn->handle = sys_cpu_to_le16(handle); in bt_hci_disconnect()908 disconn->reason = reason; in bt_hci_disconnect()