Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.h44 GattServerIntf(const btgatt_server_interface_t* server_intf) : server_intf_(server_intf){}; in GattServerIntf()
50 const btgatt_server_interface_t* server_intf_;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_gatt.h33 extern const btgatt_server_interface_t btgattServerInterface;
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt.h62 const btgatt_server_interface_t* server;
Dbt_gatt_server.h189 } btgatt_server_interface_t; typedef
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.h42 const btgatt_server_interface_t* gatt_server_interface();
Dgatt_test.cc139 const btgatt_server_interface_t* GattTest::gatt_server_interface() { in gatt_server_interface()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc483 const btgatt_server_interface_t btgattServerInterface = {
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs5 btgatt_scanner_callbacks_t, btgatt_server_callbacks_t, btgatt_server_interface_t,
1145 raw: *const btgatt_server_interface_t,
1764 as *const btgatt_server_interface_t in new() constant