Searched refs:avrc_add_proto_desc_list (Results 1 – 1 of 1) sorted by relevance
239 tSDP_PROTO_LIST_ELEM avrc_add_proto_desc_list; in AVRC_AddRecord() local240 avrc_add_proto_desc_list.num_elems = 2; in AVRC_AddRecord()241 avrc_add_proto_desc_list.list_elem[0].num_params = 1; in AVRC_AddRecord()242 avrc_add_proto_desc_list.list_elem[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in AVRC_AddRecord()243 avrc_add_proto_desc_list.list_elem[0].params[0] = AVCT_BR_PSM; in AVRC_AddRecord()244 avrc_add_proto_desc_list.list_elem[0].params[1] = 0; in AVRC_AddRecord()245 avrc_add_proto_desc_list.list_elem[1].num_params = 1; in AVRC_AddRecord()246 avrc_add_proto_desc_list.list_elem[1].protocol_uuid = UUID_PROTOCOL_AVCTP; in AVRC_AddRecord()247 avrc_add_proto_desc_list.list_elem[1].params[0] = protocol_reported_version; in AVRC_AddRecord()248 avrc_add_proto_desc_list.list_elem[1].params[1] = 0; in AVRC_AddRecord()[all …]