HomeSort by relevance Sort by last modified time
    Searched full:gatt (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
gatttool.c 42 #include "gatt.h"
529 "Specify the PSM for GATT/ATT over BR/EDR", "PSM" },
547 /* GATT commands */
548 gatt_group = g_option_group_new("gatt", "GATT commands",
549 "Show all GATT commands", NULL, NULL);
att.h 25 /* GATT Profile Attribute types */
31 /* GATT Characteristic Types */
39 /* GATT Characteristic Descriptors */
utils.c 35 #include "gatt.h"
interactive.c 37 #include "gatt.h"
742 "Exchange MTU for GATT/ATT" },
gatt.c 34 #include "gatt.h"
  /external/bluetooth/hcidump/parser/
att.c 224 return "GATT Primary Service";
226 return "GATT Secondary Service";
228 return "GATT Include";
230 return "GATT Characteristic";
232 return "GATT(type) Device Name";
234 return "GATT(type) Appearance";
236 return "GATT(type) Peripheral Privacy Flag";
238 return "GATT(type) Characteristic Reconnection Address";
240 return "GATT(type) Characteristic Preferred Connection Parameters";
242 return "GATT(type) Characteristic Service Changed"
    [all...]
  /external/bluetooth/bluez/
TODO 22 GATT-related code only.
43 1. GATT client is disconnected, but intends to become a Peripheral to
45 2. GATT server intends to accept connections.
114 ATT/GATT
126 - ATT/GATT parsing to hcidump. Partially implemented, missing to fix
139 - Fix hard-coded PSM for GATT services over basic rate.
164 - Refactoring of gatt.c functions. Currently, the callbacks of the services
169 if this change will not break the GATT/ATT qualification tests. Maybe
185 - Attribute server should process queued GATT/ATT commands if the
bootstrap-configure 20 --enable-gatt-example \
acinclude.m4 264 AC_ARG_ENABLE(gatt-example, AC_HELP_STRING([--enable-gatt-example], [enable GATT example plugin]), [
Makefile.am 91 attrib_sources = attrib/att.h attrib/att.c attrib/gatt.h attrib/gatt.c \
194 builtin_sources += plugins/gatt-example.c
ChangeLog 41 Update support for interactive GATT utility.
50 Fix issue with crash and allowed GATT MTU was too large.
51 Add support for SDP record of Primary GATT services.
52 Add support for interactive mode for GATT utility.
130 Update support for GATT Primary Service Discovery.
162 Add PSM option for GATT/ATT over BR/EDR on gatttool.
163 Add support for GATT/ATT Attribute Write Request.
175 Add support for GATT write characteristic value option.
183 Add support for GATT characteristic hierarchy.
184 Add support for GATT indications
    [all...]
Makefile.tools 55 attrib_gatttool_SOURCES = attrib/gatttool.c attrib/att.c attrib/gatt.c \
  /external/bluetooth/bluez/src/
Android.mk 36 ../attrib/gatt.c \
main.conf 63 # Enable the GATT Attribute Server. Default is false, because it is only
attrib-server.c 1060 /* GATT service: primary service definition */
1068 error("Failed to register GATT service record");
device.c 58 #include "gatt.h"
    [all...]
  /external/bluetooth/bluez/doc/
attribute-api.txt 20 needed information. That way the usage of SDP and GATT would be mostly
83 UUID of service. Service class value for SDP and GATT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
agpgart.h 96 * actual page behind the gatt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h 96 * actual page behind the gatt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
agpgart.h 96 * actual page behind the gatt
  /system/bluetooth/data/
main.conf 70 # Enable the GATT Attribute Server. Default is false, because it is only
main.le.conf 70 # Enable the GATT Attribute Server. Default is false, because it is only
main.nonsmartphone.conf 70 # Enable the GATT Attribute Server. Default is false, because it is only
main.nonsmartphone.le.conf 70 # Enable the GATT Attribute Server. Default is false, because it is only

Completed in 735 milliseconds

1 2