Home
last modified time | relevance | path

Searched refs:btgatt_server_interface_t (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.h41 const btgatt_server_interface_t* gatt_server_interface();
104 const btgatt_server_interface_t* gatt_server_interface_;
H A Dgatt_test.cc88 const btgatt_server_interface_t* GattTest::gatt_server_interface() { in gatt_server_interface()
/aosp12/system/bt/btif/include/
H A Dbtif_gatt.h33 extern const btgatt_server_interface_t btgattServerInterface;
/aosp12/system/bt/include/hardware/
H A Dbt_gatt.h60 const btgatt_server_interface_t* server;
H A Dbt_gatt_server.h181 } btgatt_server_interface_t; typedef
/aosp12/system/bt/service/hal/
H A Dfake_bluetooth_gatt_interface.cc134 btgatt_server_interface_t fake_btgatts_iface = {
333 const btgatt_server_interface_t*
H A Dfake_bluetooth_gatt_interface.h141 const btgatt_server_interface_t* GetServerHALInterface() const override;
H A Dbluetooth_gatt_interface.h243 virtual const btgatt_server_interface_t* GetServerHALInterface() const = 0;
H A Dbluetooth_gatt_interface.cc481 const btgatt_server_interface_t* GetServerHALInterface() const override { in GetServerHALInterface()
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_server.cc442 const btgatt_server_interface_t btgattServerInterface = {
/aosp12/system/bt/service/
H A Dgatt_server.cc590 const btgatt_server_interface_t* hal_iface = in RegisterInstance()