Home
last modified time | relevance | path

Searched defs:congestion_queue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_server_queue.h49 static std::unordered_map<tCONN_ID, bool> congestion_queue; variable
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc35 std::unordered_map<tCONN_ID, bool> BtaGattServerQueue::congestion_queue; member in BtaGattServerQueue
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs44 congestion_queue: Vec<(RawAddress, GattStatus, i32)>, field
200 congestion_queue: Vec<(RawAddress, GattStatus)>, field
3012 let mut congestion_queue: Vec<(RawAddress, GattStatus, i32)> = vec![]; in congestion_cb() localVariable
3441 let congestion_queue: Vec<_> = server.congestion_queue.drain(..).collect(); in congestion_cb() localVariable