Home
last modified time | relevance | path

Searched refs:btgatt_interface_t (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt.cc77 static btgatt_interface_t btgattInterface = {
98 const btgatt_interface_t* btif_gatt_get_interface() { in btif_gatt_get_interface()
Dbluetooth.cc108 extern const btgatt_interface_t* btif_gatt_get_interface();
/system/bt/include/hardware/
Dbt_gatt.h67 } btgatt_interface_t; typedef
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc489 const btgatt_interface_t* gatt_iface = in Initialize()
490 reinterpret_cast<const btgatt_interface_t*>( in Initialize()
531 const btgatt_interface_t* hal_iface_;
/system/bt/service/
Dgatt_server_old.cc115 const btgatt_interface_t* gatt;
480 gatt = reinterpret_cast<const btgatt_interface_t*>( in Initialize()