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

1 2

  /external/bluetooth/bluez/attrib/
gattrib.h 37 guint16 len, gpointer user_data);
40 typedef void (*GAttribNotifyFunc)(const guint8 *pdu, guint16 len,
56 const guint8 *pdu, guint16 len, GAttribResultFunc func,
gatt.c 69 static guint16 encode_discover_primary(uint16_t start, uint16_t end,
73 guint16 plen;
106 guint16 iplen, gpointer user_data)
113 guint16 oplen;
149 static void primary_all_cb(guint8 status, const guint8 *ipdu, guint16 iplen,
203 guint16 oplen = encode_discover_primary(end + 1, 0xffff, NULL,
224 guint16 plen;
247 static void char_discovered_cb(guint8 status, const guint8 *ipdu, guint16 iplen,
255 guint16 oplen;
333 guint16 plen
    [all...]
client.c 69 guint16 unit;
71 guint16 desc;
693 static void update_char_desc(guint8 status, const guint8 *pdu, guint16 len,
727 static void update_char_format(guint8 status, const guint8 *pdu, guint16 len,
754 guint16 len, gpointer user_data)
778 static int uuid_desc16_cmp(bt_uuid_t *uuid, guint16 desc)
787 static void descriptor_cb(guint8 status, const guint8 *pdu, guint16 plen,
806 guint16 handle;
interactive.c 216 static void char_desc_cb(guint8 status, const guint8 *pdu, guint16 plen,
257 static void char_read_cb(guint8 status, const guint8 *pdu, guint16 plen,
283 guint16 plen, gpointer user_data)
556 static void char_write_req_cb(guint8 status, const guint8 *pdu, guint16 plen,
652 static void exchange_mtu_cb(guint8 status, const guint8 *pdu, guint16 plen,
gatttool.c 225 static void char_read_cb(guint8 status, const guint8 *pdu, guint16 plen,
251 guint16 plen, gpointer user_data)
359 static void char_write_req_cb(guint8 status, const guint8 *pdu, guint16 plen,
412 static void char_desc_cb(guint8 status, const guint8 *pdu, guint16 plen,
gattrib.c 62 guint16 len;
424 const guint8 *pdu, guint16 len, GAttribResultFunc func,
  /external/bluetooth/glib/glib/
gtypes.h 67 #define G_MAXUINT16 ((guint16) 0xffff)
129 #define GUINT16_SWAP_LE_BE_CONSTANT(val) ((guint16) ( \
130 (guint16) ((guint16) (val) >> 8) | \
131 (guint16) ((guint16) (val) << 8)))
163 ({ register guint16 __v, __x = ((guint16) (val)); \
220 ({ register guint16 __v, __x = ((guint16) (val));
    [all...]
gdate.h 51 typedef guint16 GDateYear;
gstrfuncs.h 54 GLIB_VAR const guint16 * const g_ascii_table;
gunicode.h 35 typedef guint16 gunichar2;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
byte_order.sgml 306 Converts a #guint16 value from big-endian to host byte order.
309 @val: a #guint16 value in big-endian byte order.
315 Converts a #guint16 value from little-endian to host byte order.
318 @val: a #guint16 value in little-endian byte order.
324 Converts a #guint16 value from host byte order to big-endian.
327 @val: a #guint16 value in host byte order.
333 Converts a #guint16 value from host byte order to little-endian.
336 @val: a #guint16 value in host byte order.
486 Converts a #guint16 value between big-endian and pdp-endian byte order.
490 @val: a #guint16 value in big-endian or pdp-endian byte order
    [all...]
types.sgml 19 #gint8, #guint8, #gint16, #guint16, #gint32, #guint32, #gint64, #guint64.
147 <!-- ##### TYPEDEF guint16 ##### -->
limits.sgml 126 The maximum value which can be held in a #guint16.
  /external/bluetooth/glib/gobject/
gobjectnotifyqueue.c 49 guint16 n_pspecs;
50 guint16 freeze_count;
gparam.h 344 guint16 instance_size; /* obligatory */
345 guint16 n_preallocs; /* optional */
  /external/bluetooth/glib/gio/tests/
data-input-stream.c 179 (a == TEST_DATA_UINT16 ? *(guint16*)v : \
241 data = (guint16)GUINT16_SWAP_LE_BE((guint16)data);
data-output-stream.c 115 (a == TEST_DATA_UINT16 ? (guint16)v : \
124 (a == TEST_DATA_UINT16 ? *(guint16*)v : \
  /external/bluetooth/glib/gio/
gdatainputstream.h 87 guint16 g_data_input_stream_read_uint16 (GDataInputStream *stream,
gdataoutputstream.h 90 guint16 data,
gdataoutputstream.c 280 * @data: a #guint16.
290 guint16 data,
  /external/bluetooth/glib/
glibconfig.h 41 typedef unsigned short guint16; typedef
185 #define GUINT16_TO_LE(val) ((guint16) (val))
glibconfig.h.win32.in 34 typedef unsigned short guint16;
214 #define GUINT16_TO_LE(val) ((guint16) (val))
  /external/bluetooth/glib/tests/
type-test.c 52 guint16 gu16t1 = 0x44afU, gu16t2 = 0xaf44U;
  /external/bluetooth/bluez/health/
hdp_util.c 877 static gboolean get_prot_desc_entry(sdp_data_t *entry, int type, guint16 *val)
906 static gboolean hdp_get_prot_desc_list(const sdp_record_t *rec, guint16 *psm,
907 guint16 *version)
931 guint16 *psm)
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 83 guint16 frame_type;
813 guint16 length;
886 guint16 frame_type)
931 guint16 version;
932 guint16 frame_type;
938 guint16 num_headers;
    [all...]

Completed in 426 milliseconds

1 2