Searched refs:attr_type (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_db.cc | 359 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type, in SDP_AddAttribute() argument 366 if ((attr_type == UINT_DESC_TYPE) || in SDP_AddAttribute() 367 (attr_type == TWO_COMP_INT_DESC_TYPE) || in SDP_AddAttribute() 368 (attr_type == UUID_DESC_TYPE) || in SDP_AddAttribute() 369 (attr_type == DATA_ELE_SEQ_DESC_TYPE) || in SDP_AddAttribute() 370 (attr_type == DATA_ELE_ALT_DESC_TYPE)) { in SDP_AddAttribute() 382 handle, attr_id, attr_type, attr_len, p_val, num_array); in SDP_AddAttribute() 383 } else if (attr_type == BOOLEAN_DESC_TYPE) { in SDP_AddAttribute() 387 handle, attr_id, attr_type, attr_len, p_val, *p_val); in SDP_AddAttribute() 392 handle, attr_id, attr_type, attr_len, p_val, p_val); in SDP_AddAttribute() [all …]
|
D | sdp_discovery.cc | 861 uint16_t attr_type; in add_attr() local 876 attr_type = (type >> 3) & 0x0f; in add_attr() 899 p_attr->attr_len_type = (uint16_t)attr_len | (attr_type << 12); in add_attr() 903 switch (attr_type) { in add_attr() 957 p_attr->attr_len_type = (uint16_t)attr_len | (attr_type << 12); in add_attr()
|
/system/bt/stack/include/ |
D | sdp_api.h | 442 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type,
|
/system/bt/bta/gatt/ |
D | bta_gattc_cache.cc | 94 bta_gattc_attr_type[p_attr->attr_type], p_attr->property); in display_cache_attribute() 1295 switch (p_attr->attr_type) { in bta_gattc_rebuild_cache() 1313 p_attr->attr_type); in bta_gattc_rebuild_cache() 1336 p_attr->attr_type = type; in bta_gattc_fill_nv_attr()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 216 uint8_t attr_type; member
|