Searched refs:attr_type (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_db.c395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, argument
405 if ((attr_type == UINT_DESC_TYPE) ||
406 (attr_type == TWO_COMP_INT_DESC_TYPE) ||
407 (attr_type == UUID_DESC_TYPE) ||
408 (attr_type == DATA_ELE_SEQ_DESC_TYPE) ||
409 (attr_type == DATA_ELE_ALT_DESC_TYPE))
421 handle,attr_id,attr_type,attr_len,p_val,num_array);
423 else if (attr_type == BOOLEAN_DESC_TYPE)
426 handle,attr_id,attr_type,attr_len,p_val,*p_val);
431 handle,attr_id,attr_type,attr_le
[all...]
H A Dsdp_discovery.c867 UINT16 attr_type; local
879 attr_type = (type >> 3) & 0x0f;
896 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
900 switch (attr_type)
960 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
1046 default: /* switch (attr_type) */
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c93 bta_gattc_attr_type[p_attr->attr_type], p_attr->property);
383 p_attr->attr_type = type;
1092 p_attr->inst_id, p_attr->attr_type);
1115 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR)
1198 p_attr->inst_id, p_attr->attr_type);
1200 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR)
1207 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR)
1291 tBTA_GATTC_ATTR_TYPE attr_type,
1323 p_attr->attr_type);
1332 (attr_type
1290 bta_gattc_find_record(tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_ATTR_TYPE attr_type, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_start_rec, tBT_UUID * p_uuid_cond, tBTA_GATT_ID *p_result, void *p_param) argument
[all...]
H A Dbta_gattc_int.h263 tBTA_GATTC_ATTR_TYPE attr_type; member in struct:gattc_attr_cache
/system/bt/stack/include/
H A Dsdp_api.h479 UINT8 attr_type, UINT32 attr_len,
/system/bt/bta/include/
H A Dbta_gatt_api.h277 UINT8 attr_type; member in struct:__anon360

Completed in 277 milliseconds