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 72 return LEN_UUID_32;
95 case LEN_UUID_32:
144 case LEN_UUID_32:
167 if (p_src->len == LEN_UUID_16 || p_src->len == LEN_UUID_32)
183 case LEN_UUID_32:
233 else /* p_uuid->len == LEN_UUID_32 */
btif_gatt_multi_adv_util.c 432 case (LEN_UUID_32):
441 GKI_getbuf(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UUID_32);
  /system/bt/stack/gatt/
gatt_utils.c 1018 if (src.len == LEN_UUID_32 && tar.len == LEN_UUID_32)
1030 else if (src.len == LEN_UUID_32)
1044 else if (tar.len == LEN_UUID_32)
1075 else if (uuid.len == LEN_UUID_32) /* always convert 32 bits into 128 bits as alwats */
    [all...]
gatt_db.c 356 attr_uuid.len = LEN_UUID_32;
    [all...]
gatt_api.c 370 && 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 865 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
868 len += LEN_UUID_32;
888 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
891 len += LEN_UUID_32;
    [all...]
btm_inq.c     [all...]
  /system/bt/stack/sdp/
sdp_api.c 360 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_32)
362 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 426 #define LEN_UUID_32 4
    [all...]

Completed in 446 milliseconds