Home
last modified time | relevance | path

Searched refs:gatt_operation (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc30 using gatt_operation = BtaGattQueue::gatt_operation; typedef
45 std::unordered_map<uint16_t, std::list<gatt_operation>>
162 std::list<gatt_operation>& gatt_ops = map_ptr->second; in gatt_execute_next_op()
164 gatt_operation& op = gatt_ops.front(); in gatt_execute_next_op()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_queue.h58 struct gatt_operation { struct
92 static std::unordered_map<uint16_t, std::list<gatt_operation>> gatt_op_queue; argument