Searched refs:AVRC_BldResponse (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | avrc_api.h | 642 extern tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt);
|
/system/bt/btif/src/ |
D | btif_rc.c | 1209 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse(rc_handle, &avrc_rsp, &p_msg)) ) in send_reject_response() 1286 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse(btif_rc_cb.rc_handle, in send_metamsg_rsp() 1316 status = AVRC_BldResponse(rc_handle, pmetamsg_resp, &p_msg); in send_metamsg_rsp() 3850 status = AVRC_BldResponse(btif_rc_cb.rc_handle, &avrc_rsp, &p_msg); in set_volume_rsp() 3900 status = AVRC_BldResponse(btif_rc_cb.rc_handle, &avrc_rsp, &p_msg); in volume_change_notification_rsp()
|
/system/bt/stack/avrc/ |
D | avrc_bld_tg.c | 876 tAVRC_STS AVRC_BldResponse( UINT8 handle, tAVRC_RESPONSE *p_rsp, BT_HDR **pp_pkt) in AVRC_BldResponse() function
|
/system/bt/bta/av/ |
D | bta_av_act.c | 1026 AVRC_BldResponse (0, &rc_rsp, &p_pkt); in bta_av_rc_msg()
|