Home
last modified time | relevance | path

Searched refs:gatt_interface_t (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.h30 struct gatt_interface_t { struct
50 gatt_interface_t& get_gatt_interface(); argument
68 void set_gatt_interface(const gatt_interface_t& interface);
Dbta_dm_gatt_client.cc48 gatt_interface_t default_gatt_interface = {
107 gatt_interface_t* gatt_interface = &default_gatt_interface;
109 gatt_interface_t& get_gatt_interface() { return *gatt_interface; } in get_gatt_interface()
126 void bluetooth::testing::set_gatt_interface(const gatt_interface_t& interface) { in set_gatt_interface()
Dbta_dm_disc.cc109 struct gatt_interface_t { struct
157 gatt_interface_t* gatt_interface = &default_gatt_interface;
159 gatt_interface_t& get_gatt_interface() { return *gatt_interface; } in get_gatt_interface()
Dbta_dm_disc_legacy.cc125 struct gatt_interface_t { struct
199 gatt_interface_t* gatt_interface = &default_gatt_interface;
201 gatt_interface_t& get_gatt_interface() { return *gatt_interface; } in get_gatt_interface()