Home
last modified time | relevance | path

Searched defs:btgatt_interface_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1459 raw_gatt: *const btgatt_interface_t, in new()
1624 raw_gatt: *const btgatt_interface_t, in new()
1743 internal: RawGattWrapper { raw: r as *const btgatt_interface_t }, in new() constant
1747 raw: unsafe { (*(r as *const btgatt_interface_t)).client }, in new() constant
1753 raw: unsafe { (*(r as *const btgatt_interface_t)).server }, in new() constant
1757 scanner: BleScanner::new(r as *const btgatt_interface_t, gatt_scanner_intf), in new() constant
1758 advertiser: BleAdvertiser::new(r as *const btgatt_interface_t, gatt_advertiser_intf), in new() constant
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt.h72 } btgatt_interface_t; typedef