Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_sdp.cc228 tSDP_PROTOCOL_ELEM avrc_proto_desc_list[AVRC_NUM_PROTO_ELEMS]; in AVRC_AddRecord() local
229 avrc_proto_desc_list[0].num_params = 1; in AVRC_AddRecord()
230 avrc_proto_desc_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in AVRC_AddRecord()
231 avrc_proto_desc_list[0].params[0] = AVCT_PSM; in AVRC_AddRecord()
232 avrc_proto_desc_list[0].params[1] = 0; in AVRC_AddRecord()
234 avrc_proto_desc_list[index].num_params = 1; in AVRC_AddRecord()
235 avrc_proto_desc_list[index].protocol_uuid = UUID_PROTOCOL_AVCTP; in AVRC_AddRecord()
236 avrc_proto_desc_list[index].params[0] = protocol_reported_version; in AVRC_AddRecord()
237 avrc_proto_desc_list[index].params[1] = 0; in AVRC_AddRecord()
240 &avrc_proto_desc_list[0]); in AVRC_AddRecord()