Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs785 let mut db_out: Vec<BluetoothGattService> = vec![]; in from_db() localVariable
790 db_out.push(BluetoothGattService::new( in from_db()
799 match db_out.last_mut() { in from_db()
814 match db_out.last_mut() { in from_db()
836 match db_out.last_mut() { in from_db()
852 db_out in from_db()
859 let mut db_out: Vec<BtGattDbElement> = vec![]; in into_db() localVariable
860 db_out.push(BtGattDbElement { in into_db()
873 db_out.push(BtGattDbElement { in into_db()
886 db_out.push(BtGattDbElement { in into_db()
[all …]