Home
last modified time | relevance | path

Searched refs:BT_CONN_ROLE_CENTRAL (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_common.c37 conn->info.role = BT_CONN_ROLE_CENTRAL; in test_conn_init()
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dgatt_write_common.c115 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in connected()
145 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in disconnected()
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt_cli.c179 if (err || info.role != BT_CONN_ROLE_CENTRAL || in gatt_connected()
219 if (err || info.role != BT_CONN_ROLE_CENTRAL || in gatt_disconnected()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.h23 #define ISOAL_ROLE_CENTRAL (BT_CONN_ROLE_CENTRAL)
Dull_peripheral_iso.c84 if (acl_conn->lll.role == BT_CONN_ROLE_CENTRAL) { in ll_cis_get_acl_awaiting_reply()
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c174 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in connected()
204 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in disconnected()
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c250 initiator = (info.role == BT_CONN_ROLE_CENTRAL); in connected()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h793 BT_CONN_ROLE_CENTRAL = 0, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c676 conn->role = BT_CONN_ROLE_CENTRAL; in bt_hci_role_change()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2237 conn->role == BT_CONN_ROLE_CENTRAL) { in deferred_work()
2350 conn->role = BT_CONN_ROLE_CENTRAL; in bt_conn_create_br()
3455 conn->role == BT_CONN_ROLE_CENTRAL) { in bt_conn_le_param_update()
Dsmp.c1381 if (conn->role == BT_CONN_ROLE_CENTRAL && !smp->remote_dist) { in smp_br_ident_addr_info()
1420 if (conn->role == BT_CONN_ROLE_CENTRAL && !smp->remote_dist) { in smp_br_signing_info()
5854 conn->role == BT_CONN_ROLE_CENTRAL) { in bt_smp_auth_pairing_confirm()
Datt.c3525 if (IS_ENABLED(CONFIG_BT_CENTRAL) && conn->role == BT_CONN_ROLE_CENTRAL) { in credit_based_connection_delay()
Diso.c2378 if (!IS_ENABLED(CONFIG_BT_CENTRAL) || acl->role != BT_CONN_ROLE_CENTRAL) { in bt_iso_security_changed()
Dhci_core.c2206 conn->role == BT_CONN_ROLE_CENTRAL) { in hci_encrypt_change()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c764 if (info.role == BT_CONN_ROLE_CENTRAL) { in connected()
3452 case BT_CONN_ROLE_CENTRAL: return "central"; in get_conn_role_str()
3920 case BT_CONN_ROLE_CENTRAL: in role_str()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c212 info.role == BT_CONN_ROLE_CENTRAL) { in le_security_changed()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2894 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in stream_enabled_cb()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4390 is_central = cig->lll.role == BT_CONN_ROLE_CENTRAL;
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst108 :c:macro:`BT_CONN_ROLE_CENTRAL` and :c:macro:`BT_CONN_ROLE_PERIPHERAL`