HomeSort by relevance Sort by last modified time
    Searched refs:LEN_UUID_16 (Results 1 - 25 of 31) sorted by null

1 2

  /system/bt/btif/src/
btif_gatt_util.c 74 return LEN_UUID_16;
91 case LEN_UUID_16:
140 case LEN_UUID_16:
167 if (p_src->len == LEN_UUID_16 || p_src->len == LEN_UUID_32)
178 case LEN_UUID_16:
222 if (p_uuid->len == LEN_UUID_16)
btif_gatt_test.c 80 if (bt_uuid.len == LEN_UUID_16)
btif_gatt_multi_adv_util.c 409 case (LEN_UUID_16):
418 GKI_getbuf(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UUID_16);
  /system/bt/bta/gatt/
bta_gatts_utils.c 210 if (src.len == LEN_UUID_16)
219 if (tar.len == LEN_UUID_16)
bta_gattc_utils.c 97 if (p_src->len == LEN_UUID_16)
106 if (p_tar->len == LEN_UUID_16)
469 if (p_attr->uuid_len == LEN_UUID_16)
497 if (p_des->uuid.len == LEN_UUID_16)
637 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}};
bta_gattc_cache.c 391 if (p_uuid->len == LEN_UUID_16)
911 uuid.len = LEN_UUID_16;
    [all...]
  /system/bt/stack/gatt/
gatt_db.c 276 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16)
286 if (p_attr16->p_value->incl_handle.service_type.len == LEN_UUID_16)
351 attr_uuid.len = LEN_UUID_16;
450 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}};
500 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}};
542 tBT_UUID std_descr = {LEN_UUID_16, {GATT_UUID_CHAR_EXT_PROP}};
    [all...]
gatt_utils.c 1012 if (src.len == LEN_UUID_16 && tar.len == LEN_UUID_16)
1024 if (src.len == LEN_UUID_16)
1038 if (tar.len == LEN_UUID_16)
1070 if (uuid.len == LEN_UUID_16)
1073 len = LEN_UUID_16;
    [all...]
gatt_attr.c 271 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}};
gatt_api.c 171 if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER))
175 else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER))
369 (p_descr_uuid->len != LEN_UUID_128 && p_descr_uuid->len != LEN_UUID_16
    [all...]
gatt_cl.c 157 msg.browse.uuid.len = LEN_UUID_16;
482 uuid_len = LEN_UUID_16;
837 record_value.incl_service.service_type.len = LEN_UUID_16;
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 340 uuid_list[0].len = LEN_UUID_16;
341 uuid_list[1].len = LEN_UUID_16;
  /system/bt/stack/avrc/
avrc_sdp.c 163 uuid_list.len = LEN_UUID_16;
  /system/bt/stack/gap/
gap_ble.c 383 tBT_UUID uuid = {LEN_UUID_16,{UUID_SERVCLASS_GAP_SERVER}};
403 uuid.len = LEN_UUID_16;
433 uuid.len = LEN_UUID_16;
520 param.service.uuid.len = LEN_UUID_16;
  /system/bt/bta/ag/
bta_ag_sdp.c 462 uuid_list[0].len = LEN_UUID_16;
463 uuid_list[1].len = LEN_UUID_16;
  /system/bt/stack/srvc/
srvc_dis.c 236 param.service.uuid.len = LEN_UUID_16;
352 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}};
srvc_battery.c 200 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_BATTERY}};
srvc_eng.c 434 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}};
  /system/bt/stack/a2dp/
a2d_api.c 290 uuid_list.len = LEN_UUID_16;
  /system/bt/stack/btm/
btm_ble_adv_filter.c 860 if (p_uuid_cond->uuid.len == LEN_UUID_16)
863 len += LEN_UUID_16;
883 if (p_uuid_cond->uuid.len == LEN_UUID_16)
886 len += LEN_UUID_16;
    [all...]
btm_inq.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/hh/
bta_hh_le.c 357 p_output->uuid.len = LEN_UUID_16;
614 descr_uuid.len = LEN_UUID_16;
930 descr_cond.len = LEN_UUID_16;
    [all...]
  /system/bt/stack/hid/
hidh_api.c 109 hid_uuid.len = LEN_UUID_16;
  /system/bt/stack/sdp/
sdp_api.c 350 if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_16)
352 p_uuid->len = LEN_UUID_16;
    [all...]

Completed in 569 milliseconds

1 2