Searched refs:LEN_UUID_32 (Results 1 - 13 of 13) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_util.c71 return LEN_UUID_32;
94 case LEN_UUID_32:
143 case LEN_UUID_32:
166 if (p_src->len == LEN_UUID_16 || p_src->len == LEN_UUID_32)
182 case LEN_UUID_32:
232 else /* p_uuid->len == LEN_UUID_32 */
H A Dbtif_gatt_multi_adv_util.c419 case (LEN_UUID_32):
428 GKI_getbuf(p_adv_data->service_uuid_len / LEN_UUID_128 * LEN_UUID_32);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c1018 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 */
1137 p_uuid += (LEN_UUID_128 - LEN_UUID_32);
1138 p_uuid_rec->len = LEN_UUID_32;
1151 case LEN_UUID_32:
1491 case LEN_UUID_32:
2290 else if (bt_uuid.len == LEN_UUID_32)
[all...]
H A Dgatt_db.c361 attr_uuid.len = LEN_UUID_32;
938 else if (p_uuid->len == LEN_UUID_32)
966 else if (p_uuid->len == LEN_UUID_32)
1210 else if (p_service->len == LEN_UUID_32)
H A Dgatt_api.c370 && p_descr_uuid->len != LEN_UUID_32))
H A Dgatt_cl.c107 if (p_clcb->uuid.len == LEN_UUID_32)
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c1256 if ((p_data->p_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH))
1258 cp_len = (len - MIN_ADV_LENGTH)/LEN_UUID_32;
1259 *p ++ = 1 + cp_len * LEN_UUID_32;
1265 *p++ = 1 + cp_len * LEN_UUID_32;
1273 len -= (cp_len * LEN_UUID_32 + MIN_ADV_LENGTH);
1297 if ((p_data->p_sol_service_32b->num_service * LEN_UUID_32) > (len - MIN_ADV_LENGTH))
1299 cp_len = (len - MIN_ADV_LENGTH)/LEN_UUID_32;
1300 *p ++ = 1 + cp_len * LEN_UUID_32;
1305 *p++ = 1 + cp_len * LEN_UUID_32;
1314 len -= (cp_len * LEN_UUID_32
[all...]
H A Dbtm_ble_adv_filter.c851 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
854 len += LEN_UUID_32;
874 else if (p_uuid_cond->uuid.len == LEN_UUID_32)/*4 bytes */
877 len += LEN_UUID_32;
H A Dbtm_inq.c3166 ** uuid_size - LEN_UUID_16, LEN_UUID_32, LEN_UUID_128
3214 else if( uuid_size == LEN_UUID_32 )
3270 case LEN_UUID_32:
3326 case LEN_UUID_32:
3401 p_uuid_data = btm_eir_get_uuid_list( p_eir, LEN_UUID_32, &num_uuid, &type );
3406 uuid16 = btm_convert_uuid_to_uuid16( p_uuid_data, LEN_UUID_32 );
3407 p_uuid_data += LEN_UUID_32;
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_api.c367 else if (SDP_DISC_ATTR_LEN(p_sattr->attr_len_type) == LEN_UUID_32)
369 p_uuid->len = LEN_UUID_32;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c4346 max_num_uuid = (free_eir_length - 2)/LEN_UUID_32;
4350 if (bta_dm_cb.custom_uuid[custom_uuid_idx].len == LEN_UUID_32)
4366 UINT8_TO_STREAM(p_length, num_uuid * LEN_UUID_32 + 1);
4368 free_eir_length -= num_uuid * LEN_UUID_32 + 2;
/external/bluetooth/bluedroid/stack/include/
H A Dbt_types.h424 #define LEN_UUID_32 4 macro
/external/libnfc-nci/src/include/
H A Dbt_types.h401 #define LEN_UUID_32 4 macro

Completed in 4950 milliseconds