Home
last modified time | relevance | path

Searched defs:GattServiceWithHandle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs43 pub struct GattServiceWithHandle { struct
45 pub handle: AttHandle,
47 pub type_: Uuid,
50 pub characteristics: Vec<GattCharacteristicWithHandle>,
165 service: GattServiceWithHandle, in add_service_with_handles()
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/
Dserver.rs120 service: GattServiceWithHandle, in register_gatt_service()
Dffi.rs324 fn records_to_service(service_records: &[GattRecord]) -> Result<GattServiceWithHandle> { in records_to_service()