Searched refs:btgatt_interface_t (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt.cc | 73 static btgatt_interface_t btgattInterface = { 94 const btgatt_interface_t* btif_gatt_get_interface() { in btif_gatt_get_interface()
|
D | bluetooth.cc | 156 extern const btgatt_interface_t* btif_gatt_get_interface();
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_shim.cc | 44 …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()
|
D | gatt_ble_advertiser_shim.cc | 202 …return std::make_unique<BleAdvertiserIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)-… in GetBleAdvertiserIntf()
|
D | gatt_ble_scanner_shim.cc | 423 …return std::make_unique<BleScannerIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->sc… in GetBleScannerIntf()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt.h | 72 } btgatt_interface_t; typedef
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 4 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/ |
D | gatt_test.h | 96 const btgatt_interface_t* gatt_interface_;
|
D | gatt_test.cc | 114 gatt_interface_ = reinterpret_cast<const btgatt_interface_t*>( in SetUp()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 200 static const btgatt_interface_t* sGattIf = NULL; 1268 (btgatt_interface_t*)btIf->get_profile_interface(BT_PROFILE_GATT_ID); in initializeNative()
|