Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c529 int attr_index = 5; in handle_rc_attributes_rsp() local
542 …ttr_length = (int) vendor_msg->p_vendor_data[7 + attr_index] | vendor_msg->p_vendor_data[6 + attr_… in handle_rc_attributes_rsp()
546 param[i].meta_rsp.attr_text = &vendor_msg->p_vendor_data[8 + attr_index]; in handle_rc_attributes_rsp()
548 attr_id = vendor_msg->p_vendor_data[3 + attr_index] | in handle_rc_attributes_rsp()
549 … vendor_msg->p_vendor_data[2 + attr_index] << 8 | vendor_msg->p_vendor_data[1 + attr_index] << 16 | in handle_rc_attributes_rsp()
550 vendor_msg->p_vendor_data[attr_index] << 24; in handle_rc_attributes_rsp()
557 attr_index += attr_length + 8; in handle_rc_attributes_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h339 UINT16 attr_index; /* cache NV saving/loading attribute index */ member