Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_server_queue.h50 static std::unordered_map<uint16_t, bool> congestion_queue; variable
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc37 std::unordered_map<uint16_t, bool> BtaGattServerQueue::congestion_queue; member in BtaGattServerQueue
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs47 congestion_queue: Vec<(RawAddress, GattStatus, i32)>, field
202 congestion_queue: Vec<(RawAddress, GattStatus)>, field
3165 let mut congestion_queue: Vec<(RawAddress, GattStatus, i32)> = vec![]; in congestion_cb() localVariable
3598 let congestion_queue: Vec<_> = server.congestion_queue.drain(..).collect(); in congestion_cb() localVariable