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

  /system/bt/btif/src/
btif_gatt_util.c 73 return LEN_UUID_32;
96 case LEN_UUID_32:
132 case LEN_UUID_32:
155 if (p_src->len == LEN_UUID_16 || p_src->len == LEN_UUID_32)
171 case LEN_UUID_32:
206 else /* p_uuid->len == LEN_UUID_32 */
btif_gatt_multi_adv_util.c 384 case (LEN_UUID_32):
  /system/bt/stack/gatt/
gatt_utils.c 1047 if (src.len == LEN_UUID_32 && tar.len == LEN_UUID_32)
1059 else if (src.len == LEN_UUID_32)
    [all...]
gatt_db.c 353 attr_uuid.len = LEN_UUID_32;
    [all...]
gatt_api.c 369 && p_descr_uuid->len != LEN_UUID_32))
    [all...]
gatt_cl.c 108 if (p_clcb->uuid.len == LEN_UUID_32)
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]
btm_ble_adv_filter.c 863 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
866 len += LEN_UUID_32;
886 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
889 len += LEN_UUID_32;
    [all...]
btm_inq.c     [all...]
  /system/bt/stack/sdp/
sdp_api.c 363 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_32)
365 p_uuid->len = LEN_UUID_32;
    [all...]
  /external/libnfc-nci/src/include/
bt_types.h 401 #define LEN_UUID_32 4
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/stack/include/
bt_types.h 415 #define LEN_UUID_32 4
    [all...]

Completed in 284 milliseconds