Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/src/
Dpeer.c424 struct bt_hci_cp_disconnect *disconn; in disconnect() local
430 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()
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_cli.c48 bool conn, bool disconn) in find_proxy_srv() argument
52 if (!disconn) { in find_proxy_srv()
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/
Dmain.c166 static void disconnected(struct bt_conn *disconn, uint8_t reason) in disconnected() argument
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c899 struct bt_hci_cp_disconnect *disconn; in bt_hci_disconnect() local
901 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()