Searched refs:BT_CONN_ROLE_CENTRAL (Results 1 – 19 of 19) sorted by relevance
37 conn->info.role = BT_CONN_ROLE_CENTRAL; in test_conn_init()
115 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in connected()145 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in disconnected()
179 if (err || info.role != BT_CONN_ROLE_CENTRAL || in gatt_connected()219 if (err || info.role != BT_CONN_ROLE_CENTRAL || in gatt_disconnected()
23 #define ISOAL_ROLE_CENTRAL (BT_CONN_ROLE_CENTRAL)
84 if (acl_conn->lll.role == BT_CONN_ROLE_CENTRAL) { in ll_cis_get_acl_awaiting_reply()
174 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in connected()204 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in disconnected()
250 initiator = (info.role == BT_CONN_ROLE_CENTRAL); in connected()
793 BT_CONN_ROLE_CENTRAL = 0, enumerator
676 conn->role = BT_CONN_ROLE_CENTRAL; in bt_hci_role_change()
2237 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()
1381 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()
3525 if (IS_ENABLED(CONFIG_BT_CENTRAL) && conn->role == BT_CONN_ROLE_CENTRAL) { in credit_based_connection_delay()
2378 if (!IS_ENABLED(CONFIG_BT_CENTRAL) || acl->role != BT_CONN_ROLE_CENTRAL) { in bt_iso_security_changed()
2206 conn->role == BT_CONN_ROLE_CENTRAL) { in hci_encrypt_change()
764 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()
212 info.role == BT_CONN_ROLE_CENTRAL) { in le_security_changed()
2894 if (conn_info.role == BT_CONN_ROLE_CENTRAL) { in stream_enabled_cb()
4390 is_central = cig->lll.role == BT_CONN_ROLE_CENTRAL;
108 :c:macro:`BT_CONN_ROLE_CENTRAL` and :c:macro:`BT_CONN_ROLE_PERIPHERAL`