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.c222 tSDP_PROTOCOL_ELEM avrc_proto_desc_list [AVRC_NUM_PROTO_ELEMS]; in AVRC_AddRecord() local
223 avrc_proto_desc_list[0].num_params = 1; in AVRC_AddRecord()
224 avrc_proto_desc_list[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in AVRC_AddRecord()
225 avrc_proto_desc_list[0].params[0] = AVCT_PSM; in AVRC_AddRecord()
226 avrc_proto_desc_list[0].params[1] = 0; in AVRC_AddRecord()
229 avrc_proto_desc_list[index].num_params = 1; in AVRC_AddRecord()
230 avrc_proto_desc_list[index].protocol_uuid = UUID_PROTOCOL_AVCTP; in AVRC_AddRecord()
231 avrc_proto_desc_list[index].params[0] = AVCT_REV_1_4; in AVRC_AddRecord()
232 avrc_proto_desc_list[index].params[1] = 0; in AVRC_AddRecord()
235 (tSDP_PROTOCOL_ELEM *)avrc_proto_desc_list); in AVRC_AddRecord()