Searched refs:AVRC_Close (Results 1 – 5 of 5) sorted by relevance
352 extern uint16_t AVRC_Close(uint8_t handle);
95 uint16_t Close(uint8_t handle) override { return AVRC_Close(handle); } in Close()
137 AVRC_Close(rc_handle); in bta_av_del_rc()1045 AVRC_Close(p_rcb->handle); in bta_av_rc_close()
3045 AVRC_Close(p_scb->rc_handle); in bta_av_open_rc()
1044 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() function