Home
last modified time | relevance | path

Searched refs:btgatt_interface_t (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt.cc73 static btgatt_interface_t btgattInterface = {
94 const btgatt_interface_t* btif_gatt_get_interface() { in btif_gatt_get_interface()
Dbluetooth.cc156 extern const btgatt_interface_t* btif_gatt_get_interface();
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc44 …return std::make_unique<GattClientIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->cl… in GetGattClientProfile()
54 reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->server); in GetGattServerProfile()
Dgatt_ble_advertiser_shim.cc202 …return std::make_unique<BleAdvertiserIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)-… in GetBleAdvertiserIntf()
Dgatt_ble_scanner_shim.cc423 …return std::make_unique<BleScannerIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->sc… in GetBleScannerIntf()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt.h72 } btgatt_interface_t; typedef
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs4 btgatt_callbacks_t, btgatt_client_callbacks_t, btgatt_client_interface_t, btgatt_interface_t,
1137 raw: *const btgatt_interface_t,
1465 raw_gatt: *const btgatt_interface_t, in new() argument
1630 raw_gatt: *const btgatt_interface_t, in new() argument
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
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.h96 const btgatt_interface_t* gatt_interface_;
Dgatt_test.cc114 gatt_interface_ = reinterpret_cast<const btgatt_interface_t*>( in SetUp()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp200 static const btgatt_interface_t* sGattIf = NULL;
1268 (btgatt_interface_t*)btIf->get_profile_interface(BT_PROFILE_GATT_ID); in initializeNative()