Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt.h72 } btgatt_interface_t; typedef
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1465 raw_gatt: *const btgatt_interface_t, in new()
1630 raw_gatt: *const btgatt_interface_t, in new()
1749 internal: RawGattWrapper { raw: r as *const btgatt_interface_t }, in new() constant
1754 (*(r as *const btgatt_interface_t)).client in new() constant
1763 (*(r as *const btgatt_interface_t)).server in new() constant
1769 scanner: BleScanner::new(r as *const btgatt_interface_t, gatt_scanner_intf), in new() constant
1770 advertiser: BleAdvertiser::new(r as *const btgatt_interface_t, gatt_advertiser_intf), in new() constant