Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_common.c39 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 phy_update_iterate()
247 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in connected()
282 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/tests/bluetooth/audio/ccp_call_control_client/src/
Dmain.c52 conn->info.role = BT_CONN_ROLE_CENTRAL; in test_conn_init()
/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.h794 BT_CONN_ROLE_CENTRAL = 0, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c678 conn->role = BT_CONN_ROLE_CENTRAL; in bt_hci_role_change()
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2244 conn->role == BT_CONN_ROLE_CENTRAL) { in deferred_work()
2357 conn->role = BT_CONN_ROLE_CENTRAL; in bt_conn_create_br()
3535 conn->role == BT_CONN_ROLE_CENTRAL) { in bt_conn_le_param_update()
Dsmp.c1418 if (conn->role == BT_CONN_ROLE_CENTRAL && !smp->remote_dist) { in smp_br_ident_addr_info()
1457 if (conn->role == BT_CONN_ROLE_CENTRAL && !smp->remote_dist) { in smp_br_signing_info()
5943 conn->role == BT_CONN_ROLE_CENTRAL) { in bt_smp_auth_pairing_confirm()
Dhci_core.c2212 conn->role == BT_CONN_ROLE_CENTRAL) { in hci_encrypt_change()
2282 conn->role == BT_CONN_ROLE_CENTRAL) { in hci_encrypt_key_refresh_complete()
Datt.c3555 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()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c767 if (info.role == BT_CONN_ROLE_CENTRAL) { in connected()
3454 case BT_CONN_ROLE_CENTRAL: return "central"; in get_conn_role_str()
3922 case BT_CONN_ROLE_CENTRAL: in role_str()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c206 info.role == BT_CONN_ROLE_CENTRAL) { in le_security_changed()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dbap.c2890 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in stream_enabled_cb()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4425 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`