Searched refs:BTA_AV_RSP_ACCEPT (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h210 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT macro
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c363 ** Returns BTA_AV_RSP_ACCEPT or BTA_AV_RSP_NOT_IMPL.
388 ret = BTA_AV_RSP_ACCEPT;
404 ** Returns BTA_AV_RSP_ACCEPT of supported, BTA_AV_RSP_NOT_IMPL if not.
424 ret_code = BTA_AV_RSP_ACCEPT;
904 if (p_data->rc_msg.msg.hdr.ctype == BTA_AV_RSP_ACCEPT || p_data->rc_msg.msg.hdr.ctype == BTA_AV_RSP_INTERIM)

Completed in 98 milliseconds