Searched refs:gatt_intf (Results 1 – 6 of 6) sorted by relevance
43 std::unique_ptr<GattClientIntf> GetGattClientProfile(const unsigned char* gatt_intf) { in GetGattClientProfile() argument44 …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() argument54 reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->server); in GetGattServerProfile()
40 std::unique_ptr<GattClientIntf> GetGattClientProfile(const unsigned char* gatt_intf);53 std::unique_ptr<GattServerIntf> GetGattServerProfile(const unsigned char* gatt_intf);
201 std::unique_ptr<BleAdvertiserIntf> GetBleAdvertiserIntf(const unsigned char* gatt_intf) { in GetBleAdvertiserIntf() argument202 …return std::make_unique<BleAdvertiserIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)-… in GetBleAdvertiserIntf()
89 std::unique_ptr<BleAdvertiserIntf> GetBleAdvertiserIntf(const unsigned char* gatt_intf);
193 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf);
422 std::unique_ptr<BleScannerIntf> GetBleScannerIntf(const unsigned char* gatt_intf) { in GetBleScannerIntf() argument423 …return std::make_unique<BleScannerIntf>(reinterpret_cast<const btgatt_interface_t*>(gatt_intf)->sc… in GetBleScannerIntf()