Home
last modified time | relevance | path

Searched refs:BT_HCI_ERR_REMOTE_POWER_OFF (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/bluetooth/common/
Dbt_str.c92 HCI_ERR(BT_HCI_ERR_REMOTE_POWER_OFF), in bt_hci_err_to_str()
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c48 bt_conn_disconnect(conn, BT_HCI_ERR_REMOTE_POWER_OFF); in read_mtu_validation_chrc()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c446 reason == BT_HCI_ERR_REMOTE_POWER_OFF || in disconnected()
468 bt_conn_disconnect(conn, BT_HCI_ERR_REMOTE_POWER_OFF); in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c414 bt_conn_disconnect(tester, BT_HCI_ERR_REMOTE_POWER_OFF); in test_procedure_1()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c375 BT_HCI_ERR_REMOTE_POWER_OFF); in disconnect()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c391 case BT_HCI_ERR_REMOTE_POWER_OFF: in is_valid_disconnect_reason()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h3988 #define BT_HCI_ERR_REMOTE_POWER_OFF 0x15 macro