Searched refs:attr_type (Results 1 – 3 of 3) 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 | 804 uint16_t attr_type; in add_attr() local 819 attr_type = (type >> 3) & 0x0f; in add_attr() 842 p_attr->attr_len_type = (uint16_t)attr_len | (attr_type << 12); in add_attr() 846 switch (attr_type) { in add_attr() 900 p_attr->attr_len_type = (uint16_t)attr_len | (attr_type << 12); in add_attr()
|
/system/bt/stack/include/ |
D | sdp_api.h | 440 bool SDP_AddAttribute(uint32_t handle, uint16_t attr_id, uint8_t attr_type,
|