Home
last modified time | relevance | path

Searched refs:GetClientHALInterface (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/
Dgatt_client.cpp38 hal::BluetoothGattInterface::Get()->GetClientHALInterface()-> in ~GattClient()
74 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
Dlow_energy_client.cpp328 GetClientHALInterface()->multi_adv_disable(client_id_); in ~LowEnergyClient()
330 GetClientHALInterface()->unregister_client(client_id_); in ~LowEnergyClient()
344 GetClientHALInterface()->connect(client_id_, &bda, is_direct, in Connect()
371 GetClientHALInterface()->disconnect(client_id_, &bda, conn_id->second); in Disconnect()
398 GetClientHALInterface()->configure_mtu(conn_id->second, mtu); in SetMtu()
489 GetClientHALInterface()->multi_adv_enable( in StartAdvertising()
533 GetClientHALInterface()->multi_adv_disable(client_id_); in StopAdvertising()
747 bt_status_t status = gatt_iface->GetClientHALInterface()-> in SetAdvertiseData()
852 hal::BluetoothGattInterface::Get()->GetClientHALInterface(); in RegisterInstance()
/system/bt/test/suite/gatt/
Dgatt_test.cpp62 gatt_client_interface_ = gatt_interface->GetClientHALInterface(); in SetUp()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h139 const btgatt_client_interface_t* GetClientHALInterface() const override;
Dbluetooth_gatt_interface.cpp524 const btgatt_client_interface_t* GetClientHALInterface() const override { in GetClientHALInterface() function in bluetooth::hal::BluetoothGattInterfaceImpl
924 bt_status_t status = GetClientHALInterface()->scan(true); in StartScan()
948 bt_status_t status = GetClientHALInterface()->scan(false); in StopScan()
Dbluetooth_gatt_interface.h262 virtual const btgatt_client_interface_t* GetClientHALInterface() const = 0;
Dfake_bluetooth_gatt_interface.cpp406 FakeBluetoothGattInterface::GetClientHALInterface() const { in GetClientHALInterface() function in bluetooth::hal::FakeBluetoothGattInterface