Searched refs:pavrc_resp (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_rc.c | 201 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … 1197 static void btif_rc_upstreams_rsp_evt(UINT16 event, tAVRC_RESPONSE *pavrc_resp, UINT8 ctype, UINT8 … in btif_rc_upstreams_rsp_evt() argument 1200 dump_rc_pdu(pavrc_resp->pdu), btif_rc_cb.rc_handle, ctype, label); in btif_rc_upstreams_rsp_evt() 1208 btif_rc_cb.rc_volume=pavrc_resp->reg_notif.param.volume; in btif_rc_upstreams_rsp_evt() 1209 HAL_CBACK(bt_rc_callbacks, volume_change_cb, pavrc_resp->reg_notif.param.volume,ctype) in btif_rc_upstreams_rsp_evt() 1216 pavrc_resp->volume.volume,ctype); in btif_rc_upstreams_rsp_evt() 1218 btif_rc_cb.rc_volume=pavrc_resp->volume.volume; in btif_rc_upstreams_rsp_evt() 1219 HAL_CBACK(bt_rc_callbacks,volume_change_cb,pavrc_resp->volume.volume,ctype) in btif_rc_upstreams_rsp_evt()
|