Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_cache.c93 bta_gattc_attr_type[p_attr->attr_type], p_attr->property); in bta_gattc_display_cache_server()
383 p_attr->attr_type = type; in bta_gattc_add_attr_to_cache()
1092 p_attr->inst_id, p_attr->attr_type); in bta_gattc_id2handle()
1115 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR) in bta_gattc_id2handle()
1198 p_attr->inst_id, p_attr->attr_type); in bta_gattc_handle2id()
1200 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR) in bta_gattc_handle2id()
1207 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR) in bta_gattc_handle2id()
1291 tBTA_GATTC_ATTR_TYPE attr_type, in bta_gattc_find_record() argument
1323 p_attr->attr_type); in bta_gattc_find_record()
1332 (attr_type == p_attr->attr_type || in bta_gattc_find_record()
[all …]
Dbta_gattc_int.h263 tBTA_GATTC_ATTR_TYPE attr_type; member
/system/bt/stack/sdp/
Dsdp_db.c395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute() argument
405 if ((attr_type == UINT_DESC_TYPE) || in SDP_AddAttribute()
406 (attr_type == TWO_COMP_INT_DESC_TYPE) || in SDP_AddAttribute()
407 (attr_type == UUID_DESC_TYPE) || in SDP_AddAttribute()
408 (attr_type == DATA_ELE_SEQ_DESC_TYPE) || in SDP_AddAttribute()
409 (attr_type == DATA_ELE_ALT_DESC_TYPE)) in SDP_AddAttribute()
421 handle,attr_id,attr_type,attr_len,p_val,num_array); in SDP_AddAttribute()
423 else if (attr_type == BOOLEAN_DESC_TYPE) in SDP_AddAttribute()
426 handle,attr_id,attr_type,attr_len,p_val,*p_val); in SDP_AddAttribute()
431 handle,attr_id,attr_type,attr_len,p_val,p_val); in SDP_AddAttribute()
[all …]
Dsdp_discovery.c867 UINT16 attr_type; in add_attr() local
879 attr_type = (type >> 3) & 0x0f; in add_attr()
896 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12); in add_attr()
900 switch (attr_type) in add_attr()
960 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12); in add_attr()
/system/bt/stack/include/
Dsdp_api.h479 UINT8 attr_type, UINT32 attr_len,
/system/bt/bta/include/
Dbta_gatt_api.h277 UINT8 attr_type; member