Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/btif_macros/src/
Dlib.rs36 pub fn btif_callback(_attr: TokenStream, item: TokenStream) -> TokenStream { in btif_callback() function
115 let btif_callback = if let Meta::List(meta_list) = attr_args { in btif_callbacks_dispatcher() localVariable
121 if btif_callback.is_none() { in btif_callbacks_dispatcher()
143 #callbacks_struct_ident::#btif_callback(#arg_names) => { in btif_callbacks_dispatcher()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs3 use btif_macros::{btif_callback, btif_callbacks_dispatcher};
2896 #[btif_callback(RegisterClient)]
2899 #[btif_callback(Connect)]
2902 #[btif_callback(Disconnect)]
2905 #[btif_callback(SearchComplete)]
2908 #[btif_callback(RegisterForNotification)]
2917 #[btif_callback(Notify)]
2920 #[btif_callback(ReadCharacteristic)]
2923 #[btif_callback(WriteCharacteristic)]
2933 #[btif_callback(ReadDescriptor)]
[all …]
Dbluetooth.rs26 use btif_macros::{btif_callback, btif_callbacks_dispatcher};
1392 #[btif_callback(AdapterState)]
1395 #[btif_callback(AdapterProperties)]
1404 #[btif_callback(DeviceFound)]
1407 #[btif_callback(DiscoveryState)]
1410 #[btif_callback(SspRequest)]
1413 #[btif_callback(BondState)]
1423 #[btif_callback(RemoteDeviceProperties)]
1433 #[btif_callback(AclState)]
1446 #[btif_callback(LeRandCallback)]
[all …]
Dbluetooth_adv.rs3 use btif_macros::{btif_callback, btif_callbacks_dispatcher};
1157 #[btif_callback(OnAdvertisingSetStarted)]
1166 #[btif_callback(OnAdvertisingEnabled)]
1169 #[btif_callback(OnAdvertisingDataSet)]
1172 #[btif_callback(OnScanResponseDataSet)]
1175 #[btif_callback(OnAdvertisingParametersUpdated)]
1183 #[btif_callback(OnPeriodicAdvertisingParametersUpdated)]
1186 #[btif_callback(OnPeriodicAdvertisingDataSet)]
1189 #[btif_callback(OnPeriodicAdvertisingEnabled)]
1197 #[btif_callback(OnOwnAddressRead)]