Home
last modified time | relevance | path

Searched refs:BT_CONN_ROLE_PERIPHERAL (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_common.c38 conn->info.role = BT_CONN_ROLE_PERIPHERAL; in test_conn_init()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h24 #define ISOAL_ROLE_PERIPHERAL (BT_CONN_ROLE_PERIPHERAL)
25 #define ISOAL_ROLE_BROADCAST_SOURCE (BT_CONN_ROLE_PERIPHERAL + 1U)
26 #define ISOAL_ROLE_BROADCAST_SINK (BT_CONN_ROLE_PERIPHERAL + 2U)
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c95 if (err || info.role != BT_CONN_ROLE_PERIPHERAL || !service_registered || in gatt_connected()
111 if (err || info.role != BT_CONN_ROLE_PERIPHERAL || !service_registered || in gatt_disconnected()
Dproxy_srv.c1139 if (err || info.role != BT_CONN_ROLE_PERIPHERAL || !service_registered || in gatt_connected()
1186 if (err || info.role != BT_CONN_ROLE_PERIPHERAL || info.id != BT_ID_DEFAULT) { in gatt_disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dutils.c55 if (info.role == BT_CONN_ROLE_PERIPHERAL) { in connected()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_common.c66 conn->info.role = BT_CONN_ROLE_PERIPHERAL; in test_conn_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h794 BT_CONN_ROLE_PERIPHERAL = 1, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c674 conn->role = BT_CONN_ROLE_PERIPHERAL; in bt_hci_role_change()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c770 } else if (info.role == BT_CONN_ROLE_PERIPHERAL) { in connected()
3453 case BT_CONN_ROLE_PERIPHERAL: return "peripheral"; in get_conn_role_str()
3922 case BT_CONN_ROLE_PERIPHERAL: in role_str()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1226 conn->role == BT_CONN_ROLE_PERIPHERAL) { in bt_conn_set_state()
1544 conn_role == BT_CONN_ROLE_PERIPHERAL && deallocated) { in bt_conn_unref()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c127 if (info.role == BT_CONN_ROLE_PERIPHERAL) { in le_connected()
/Zephyr-latest/tests/bluetooth/controller/ctrl_isoal/src/sub_sets/
Disoal_test_rx.c4215 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
4409 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
7550 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
7920 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
Disoal_test_tx.c3541 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
7707 role = BT_CONN_ROLE_PERIPHERAL; in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst108 :c:macro:`BT_CONN_ROLE_CENTRAL` and :c:macro:`BT_CONN_ROLE_PERIPHERAL`