Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 43) sorted by relevance

12

/system/bt/gd/rust/link/src/acl/classic/
Dmod.rs145 …let connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>> = Arc::new(Mutex::new(HashMap::new()… in provide_acl_manager() localVariable
159 if connections.lock().await.values().any(|c| c.addr == addr) { in provide_acl_manager()
211 … assert!(connections.lock().await.insert(handle, connection_internal).is_none()); in provide_acl_manager()
212 … rt.spawn(run_connection(handle, evt_tx, req_rx, core_conn, connections.clone(), hci.clone())); in provide_acl_manager()
221 if connections.lock().await.values().any(|c| c.addr == addr) { in provide_acl_manager()
233 … AuthenticationComplete(e) => dispatch_to(e.get_connection_handle(), &connections, evt).await, in provide_acl_manager()
257 connections: &Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in dispatch_to()
260 if let Some(c) = connections.lock().await.get_mut(&handle) { in dispatch_to()
270 connections: Arc<Mutex<HashMap<u16, ConnectionInternal>>>, in run_connection()
278 connections.lock().await.remove(&handle); in run_connection()
/system/bt/gd/rust/link/src/acl/
Dcore.rs80 let mut connections: HashMap<u16, ConnectionInternal> = HashMap::new(); in provide_acl_dispatch() localVariable
100 assert!(connections.insert( in provide_acl_dispatch()
132 match connections.get_mut(&p.get_handle()) { in provide_acl_dispatch()
150 match connections.get(&entry.connection_handle) { in provide_acl_dispatch()
165 if let Some(c) = connections.remove(&evt.get_connection_handle()) { in provide_acl_dispatch()
/system/sepolicy/prebuilts/api/28.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te26 # PAN connections
/system/sepolicy/prebuilts/api/29.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te26 # PAN connections
/system/sepolicy/prebuilts/api/26.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te26 # PAN connections
/system/sepolicy/prebuilts/api/27.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te26 # PAN connections
/system/sepolicy/prebuilts/api/30.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te26 # PAN connections
/system/sepolicy/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te24 # PAN connections
/system/sepolicy/prebuilts/api/31.0/public/
Dneverallow_macros10 # neverallow src domain establishing socket connections to dst domain.
Ddhcp.te24 # PAN connections
/system/bt/doc/
Dbtsnoop_net.md9 incoming TCP connections on port 8872.
Dpts_guide.md35 - `PTS_SecurePairOnly` enables secure connections only mode.
/system/bt/gd/proto/bluetooth/metrics/
Dbluetooth.proto53 // Statistics about Bluetooth profile connections
56 // Statistics about Headset profile connections
274 // Statistics about Bluetooth profile connections
289 // Statistics about headset profile connections
/system/bt/service/
Dgatt_server_old.cc119 std::set<int> connections; member
337 g_internal->connections.insert(conn_id); in ConnectionCallback()
339 g_internal->connections.erase(conn_id); in ConnectionCallback()
714 for (auto connection : internal_->connections) { in SetCharacteristicValue()
/system/sepolicy/prebuilts/api/27.0/private/
Dephemeral_app.te69 # ongoing connections.
/system/sepolicy/prebuilts/api/26.0/private/
Dephemeral_app.te67 # ongoing connections.
/system/sepolicy/prebuilts/api/28.0/private/
Dephemeral_app.te80 # ongoing connections.
/system/sepolicy/prebuilts/api/31.0/private/
Dephemeral_app.te94 # ongoing connections.
/system/sepolicy/prebuilts/api/30.0/private/
Dephemeral_app.te98 # ongoing connections.

12