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

  /external/bluetooth/bluez/attrib/
client.c 48 #include "gatt.h"
75 struct gatt_service *gatt; member in struct:primary
140 g_dbus_remove_watch(prim->gatt->conn, watcher->id);
151 struct gatt_service *gatt = user_data; local
153 g_slist_foreach(gatt->primary, (GFunc) primary_free, NULL);
154 g_slist_free(gatt->primary);
155 g_attrib_unref(gatt->attrib);
156 g_free(gatt->path);
157 btd_device_unref(gatt->dev);
158 dbus_connection_unref(gatt->conn)
164 const struct gatt_service *gatt = a; local
226 struct gatt_service *gatt = prim->gatt; local
271 struct gatt_service *gatt = user_data; local
320 struct gatt_service *gatt = user_data; local
327 struct gatt_service *gatt = user_data; local
335 struct gatt_service *gatt = user_data; local
474 struct gatt_service *gatt = chr->prim->gatt; local
646 struct gatt_service *gatt = user_data; local
697 struct gatt_service *gatt = current->prim->gatt; local
731 struct gatt_service *gatt = current->prim->gatt; local
757 struct gatt_service *gatt = current->prim->gatt; local
791 struct gatt_service *gatt = current->prim->gatt; local
850 struct gatt_service *gatt = prim->gatt; local
876 struct gatt_service *gatt = prim->gatt; local
950 struct gatt_service *gatt = prim->gatt; local
1056 struct gatt_service *gatt; local
1081 struct gatt_service *gatt; local
    [all...]
  /external/bluetooth/bluez/
bootstrap-configure 20 --enable-gatt-example \
  /external/bluetooth/bluez/src/
Android.mk 36 ../attrib/gatt.c \

Completed in 5513 milliseconds