Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc251 tSDP_PROTOCOL_ELEM avrc_proto_desc_list[AVRC_NUM_PROTO_ELEMS]; in AVRC_AddRecord()
256 for (index = 1; index < AVRC_NUM_PROTO_ELEMS; index++) { in AVRC_AddRecord()
263 sdp_handle, AVRC_NUM_PROTO_ELEMS, &avrc_proto_desc_list[0]); in AVRC_AddRecord()
Davrc_int.h46 #define AVRC_NUM_PROTO_ELEMS 2 macro