Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c530 int attr_length = 0; in handle_rc_attributes_rsp() local
542attr_length = (int) vendor_msg->p_vendor_data[7 + attr_index] | vendor_msg->p_vendor_data[6 + attr… in handle_rc_attributes_rsp()
545 param[i].meta_rsp.attr_length = attr_length; in handle_rc_attributes_rsp()
557 attr_index += attr_length + 8; in handle_rc_attributes_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h306 int attr_length; /*!< attribute character length */ member