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 75 return LEN_UUID_16;
92 case LEN_UUID_16:
128 case LEN_UUID_16:
155 if (p_src->len == LEN_UUID_16 || p_src->len == LEN_UUID_32)
166 case LEN_UUID_16:
195 if (p_uuid->len == LEN_UUID_16)
btif_gatt_test.c 77 if (bt_uuid.len == LEN_UUID_16)
btif_gatt_multi_adv_util.c 366 case (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 96 if (p_src->len == LEN_UUID_16)
105 if (p_tar->len == LEN_UUID_16)
  /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)
348 attr_uuid.len = LEN_UUID_16;
444 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_INCLUDE_SERVICE}};
494 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_DECLARE}};
536 tBT_UUID std_descr = {LEN_UUID_16, {GATT_UUID_CHAR_EXT_PROP}};
    [all...]
gatt_utils.c 1040 if (src.len == LEN_UUID_16 && tar.len == LEN_UUID_16)
1052 if (src.len == LEN_UUID_16)
1066 if (tar.len == LEN_UUID_16)
    [all...]
gatt_attr.c 271 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}};
gatt_api.c 170 if ( (p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GATT_SERVER))
174 else if ((p_svc_uuid->len == LEN_UUID_16) && (p_svc_uuid->uu.uuid16 == UUID_SERVCLASS_GAP_SERVER))
368 (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;
842 record_value.incl_service.service_type.len = LEN_UUID_16;
    [all...]
  /system/bt/bta/hf_client/
bta_hf_client_sdp.c 333 uuid_list[0].len = LEN_UUID_16;
334 uuid_list[1].len = LEN_UUID_16;
  /system/bt/stack/avrc/
avrc_sdp.c 133 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 457 uuid_list[0].len = LEN_UUID_16;
458 uuid_list[1].len = LEN_UUID_16;
  /system/bt/stack/srvc/
srvc_dis.c 233 param.service.uuid.len = LEN_UUID_16;
345 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 432 tBT_UUID app_uuid = {LEN_UUID_16, {UUID_SERVCLASS_DEVICE_INFO}};
  /system/bt/stack/a2dp/
a2d_api.c 292 uuid_list.len = LEN_UUID_16;
  /system/bt/stack/btm/
btm_ble_adv_filter.c 858 if (p_uuid_cond->uuid.len == LEN_UUID_16)
861 len += LEN_UUID_16;
881 if (p_uuid_cond->uuid.len == LEN_UUID_16)
884 len += LEN_UUID_16;
    [all...]
btm_inq.c     [all...]
btm_ble_gap.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]
  /system/bt/bta/hh/
bta_hh_le.c 660 if (p_char->uuid.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 352 if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_16)
354 p_uuid->len = LEN_UUID_16;
    [all...]

Completed in 659 milliseconds

1 2