Home
last modified time | relevance | path

Searched refs:gatt_intf (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc43 std::unique_ptr<GattClientIntf> GetGattClientProfile(const unsigned char* gatt_intf) { in GetGattClientProfile() argument
44 …return std::make_unique<GattClientIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->cl… in GetGattClientProfile()
52 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf) { in GetGattServerProfile() argument
54 reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->server); in GetGattServerProfile()
Dgatt_shim.h40 std::unique_ptr<GattClientIntf> GetGattClientProfile(const unsigned char* gatt_intf);
53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
Dgatt_ble_advertiser_shim.cc201 std::unique_ptr<BleAdvertiserIntf> GetBleAdvertiserIntf(const unsigned char* gatt_intf) { in GetBleAdvertiserIntf() argument
202 …return std::make_unique<BleAdvertiserIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)-… in GetBleAdvertiserIntf()
Dgatt_ble_advertiser_shim.h89 std::unique_ptr<BleAdvertiserIntf> GetBleAdvertiserIntf(const unsigned char* gatt_intf);
Dgatt_ble_scanner_shim.h193 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf);
Dgatt_ble_scanner_shim.cc422 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf) { in GetBleScannerIntf() argument
423 …return std::make_unique<BleScannerIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->sc… in GetBleScannerIntf()