Home
last modified time | relevance | path

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

/system/bt/gd/rust/linux/stack/src/
Dbluetooth.rs7 use btif_macros::btif_callbacks_generator;
85 #[btif_callbacks_generator(btif_bluetooth_callbacks, BluetoothCallbacks)]
/system/bt/gd/rust/linux/stack/btif_macros/src/
Dlib.rs37 pub fn btif_callbacks_generator(attr: TokenStream, item: TokenStream) -> TokenStream { in btif_callbacks_generator() function