Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1574 let api_tx_clone = api_tx.clone(); in init_profiles() localVariable
1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()