Searched refs:BTA_AV_RC_HANDLE_NONE (Results 1 – 4 of 4) sorted by relevance
95 bta_av_cb.rcb[i].handle != BTA_AV_RC_HANDLE_NONE) { in bta_av_get_rcb_by_shdl()118 if (p_rcb->handle != BTA_AV_RC_HANDLE_NONE) { in bta_av_del_rc()128 p_scb->rc_handle = BTA_AV_RC_HANDLE_NONE; in bta_av_del_rc()143 p_rcb->handle = BTA_AV_RC_HANDLE_NONE; in bta_av_del_rc()150 bta_av_cb.rc_acp_handle = BTA_AV_RC_HANDLE_NONE; in bta_av_del_rc()341 return BTA_AV_RC_HANDLE_NONE; in bta_av_rc_create()356 return BTA_AV_RC_HANDLE_NONE; in bta_av_rc_create()384 return BTA_AV_RC_HANDLE_NONE; in bta_av_rc_create()390 if (p_rcb->handle != BTA_AV_RC_HANDLE_NONE) { in bta_av_rc_create()546 if (p_cb->rcb[i].handle == BTA_AV_RC_HANDLE_NONE) { in bta_av_rc_opened()[all …]
196 bta_av_cb.rcb[i].handle = BTA_AV_RC_HANDLE_NONE; in bta_av_api_enable()198 bta_av_cb.rc_acp_handle = BTA_AV_RC_HANDLE_NONE; in bta_av_api_enable()312 p_ret->rc_handle = BTA_AV_RC_HANDLE_NONE; in bta_av_alloc_scb()
282 if ((p_scb->rc_handle == BTA_AV_RC_HANDLE_NONE) && in bta_av_st_rc_timer()1032 if (p_rcb && p_scb->rc_handle != BTA_AV_RC_HANDLE_NONE) { in bta_av_disconnect_req()2987 if (p_scb->rc_handle == BTA_AV_RC_HANDLE_NONE) { in bta_av_open_rc()3024 if (BTA_AV_RC_HANDLE_NONE != p_scb->rc_handle) { in bta_av_open_rc()
146 #define BTA_AV_RC_HANDLE_NONE 0xFF macro