Searched refs:LEN_UUID_16 (Results 1 - 20 of 20) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c211 if (src.len == LEN_UUID_16)
220 if (tar.len == LEN_UUID_16)
H A Dbta_gattc_utils.c91 if (src.len == LEN_UUID_16)
100 if (tar.len == LEN_UUID_16)
431 if (p_attr->uuid_len == LEN_UUID_16)
521 tBT_UUID uuid = {LEN_UUID_16, {GATT_UUID_CHAR_AGG_FORMAT}};
H A Dbta_gattc_cache.c355 if (p_uuid->len == LEN_UUID_16)
882 uuid.len = LEN_UUID_16;
1560 if ((uuid.len = p_attr->uuid_len) == LEN_UUID_16)
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_sdp.c134 uuid_list.len = LEN_UUID_16;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_attr.c247 tBT_UUID uuid = {LEN_UUID_16, {UUID_SERVCLASS_GATT_SERVER}};
H A Dgatt_utils.c976 if (src.len == LEN_UUID_16)
985 if (tar.len == LEN_UUID_16)
1011 if (uuid.len == LEN_UUID_16)
1014 len = LEN_UUID_16;
1045 case LEN_UUID_16:
1048 *p_data += LEN_UUID_16;
1067 p_uuid_rec->len = LEN_UUID_16;
1385 case LEN_UUID_16:
2172 if (bt_uuid.len == LEN_UUID_16)
H A Dgatt_db.c341 attr_uuid.len = LEN_UUID_16;
464 UINT16 uuid16 = (p_char_uuid->len == LEN_UUID_16) ? p_char_uuid->uu.uuid16 : 0;
506 tBT_UUID std_descr = {LEN_UUID_16, {GATT_UUID_CHAR_EXT_PROP}};
557 UINT16 uuid16 = (p_descr_uuid->len == LEN_UUID_16)? p_descr_uuid->uu.uuid16 : 0;
H A Dgatt_api.c171 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))
H A Dgatt_cl.c138 msg.browse.uuid.len = LEN_UUID_16;
503 uuid_len = LEN_UUID_16;
832 record_value.incl_service.service_type.len = LEN_UUID_16;
H A Dgatt_sr.c744 tBT_UUID uuid, value, primary_service = {LEN_UUID_16, {GATT_UUID_PRI_SERVICE}};
/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sdp.c460 uuid_list[0].len = LEN_UUID_16;
461 uuid_list[1].len = LEN_UUID_16;
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_api.c290 uuid_list.len = LEN_UUID_16;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c2111 uuid.len = LEN_UUID_16;
3874 num_uuid = p_bta_dm_eir_cfg->bta_dm_eir_uuid16_len/LEN_UUID_16;
3876 max_num_uuid = (free_eir_length - 2)/LEN_UUID_16;
3883 if ( local_name_len > (free_eir_length - 4 - num_uuid*LEN_UUID_16))
3904 if( free_eir_length > LEN_UUID_16 + 2)
3910 num_uuid = p_bta_dm_eir_cfg->bta_dm_eir_uuid16_len / LEN_UUID_16;
3916 num_uuid = free_eir_length / LEN_UUID_16;
3919 UINT8_TO_STREAM(p, num_uuid * LEN_UUID_16 + 1);
3921 memcpy(p, p_bta_dm_eir_cfg->bta_dm_eir_uuid16, num_uuid * LEN_UUID_16 );
3922 p += num_uuid * LEN_UUID_16;
[all...]
H A Dbta_dm_api.c1027 UINT8 uuid_list[32*LEN_UUID_16];
1031 BTM_GetEirUuidList( p_eir, LEN_UUID_16, &num_uuid, uuid_list, max_num_uuid);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c3002 ** uuid_size - LEN_UUID_16, LEN_UUID_32, LEN_UUID_128
3042 if( uuid_size == LEN_UUID_16 )
3102 case LEN_UUID_16:
3159 case LEN_UUID_16:
3215 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_16, &num_uuid, &type );
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c108 hid_uuid.len = LEN_UUID_16;
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h413 #define LEN_UUID_16 2 macro
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dbt_types.h399 #define LEN_UUID_16 2 macro
/external/libnfc-nci/src/include/
H A Dbt_types.h399 #define LEN_UUID_16 2 macro
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_act.c2210 uuid_list.len = LEN_UUID_16;

Completed in 158 milliseconds