Searched refs:avrc_add_proto_desc_list (Results 1 – 1 of 1) sorted by relevance
230 tSDP_PROTO_LIST_ELEM avrc_add_proto_desc_list; in AVRC_AddRecord() local231 avrc_add_proto_desc_list.num_elems = 2; in AVRC_AddRecord()232 avrc_add_proto_desc_list.list_elem[0].num_params = 1; in AVRC_AddRecord()233 avrc_add_proto_desc_list.list_elem[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in AVRC_AddRecord()234 avrc_add_proto_desc_list.list_elem[0].params[0] = AVCT_BR_PSM; in AVRC_AddRecord()235 avrc_add_proto_desc_list.list_elem[0].params[1] = 0; in AVRC_AddRecord()236 avrc_add_proto_desc_list.list_elem[1].num_params = 1; in AVRC_AddRecord()237 avrc_add_proto_desc_list.list_elem[1].protocol_uuid = UUID_PROTOCOL_AVCTP; in AVRC_AddRecord()238 avrc_add_proto_desc_list.list_elem[1].params[0] = AVCT_REV_1_4; in AVRC_AddRecord()239 avrc_add_proto_desc_list.list_elem[1].params[1] = 0; in AVRC_AddRecord()[all …]