Searched refs:GattDbElementType (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 8 BluetoothGatt, BluetoothGattCharacteristic, BluetoothGattService, GattDbElementType, 70 GattDbElementType::PrimaryService.into(), in handle_callbacks()
|
D | bluetooth_gatt.rs | 788 match GattDbElementType::from_u32(elem.type_).unwrap() { in from_db() 789 GattDbElementType::PrimaryService | GattDbElementType::SecondaryService => { in from_db() 798 GattDbElementType::Characteristic => { in from_db() 813 GattDbElementType::Descriptor => { in from_db() 832 GattDbElementType::IncludedService => { in from_db() 876 type_: GattDbElementType::Characteristic as u32, in into_db() 889 type_: GattDbElementType::Descriptor as u32, in into_db() 1149 pub enum GattDbElementType { enum 1157 impl Into<i32> for GattDbElementType { implementation
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 22 BluetoothGattCharacteristic, BluetoothGattDescriptor, BluetoothGattService, GattDbElementType, 1407 GattDbElementType::PrimaryService.into(), in cmd_gatt() 1430 GattDbElementType::PrimaryService.into(), in cmd_gatt() 1435 GattDbElementType::IncludedService.into(), in cmd_gatt()
|