/external/bluetooth/bluez/attrib/ |
gatt.c | 113 guint16 oplen; local 134 oplen = encode_discover_primary(range->end + 1, 0xffff, &dp->uuid, 137 if (oplen == 0) 140 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_by_uuid_cb, 203 guint16 oplen = encode_discover_primary(end + 1, 0xffff, NULL, local 206 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_all_cb, 255 guint16 oplen; local 308 oplen = enc_read_by_type_req(last + 1, dc->end, &uuid, buf, 311 if (oplen == 0) 314 g_attrib_send(dc->attrib, 0, buf[0], buf, oplen, [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
i2o-dev.h | 68 unsigned int oplen; /* Operation List buffer length in bytes */ member in struct:i2o_cmd_psetget
|
/external/pcre/ |
pcregrep.c | 2097 int oplen = (int)(equals - op->long_name); local [all...] |
/external/iproute2/misc/ |
ss.c | 831 int oplen = alen + 4 + sizeof(struct inet_diag_hostcond); local 834 *op = (struct inet_diag_bc_op){ code, oplen, oplen+4 }; 839 ptr += oplen; [all...] |