HomeSort by relevance Sort by last modified time
    Searched refs:btgatt_interface_t (Results 1 - 6 of 6) sorted by null

  /system/bt/btif/src/
btif_gatt.cc 77 static btgatt_interface_t btgattInterface = {
95 * Returns btgatt_interface_t
98 const btgatt_interface_t* btif_gatt_get_interface() {
bluetooth.cc 105 extern const btgatt_interface_t* btif_gatt_get_interface();
  /hardware/libhardware/include/hardware/
bt_gatt.h 46 /** Set to sizeof(btgatt_interface_t) */
68 } btgatt_interface_t; typedef in typeref:struct:__anon42946
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 486 const btgatt_interface_t* gatt_iface =
487 reinterpret_cast<const btgatt_interface_t*>(
528 const btgatt_interface_t* hal_iface_;
  /system/bt/service/
gatt_server_old.cc 115 const btgatt_interface_t* gatt;
481 gatt = reinterpret_cast<const btgatt_interface_t*>(
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 186 static const btgatt_interface_t* sGattIf = NULL;
    [all...]

Completed in 6238 milliseconds