Home
last modified time | relevance | path

Searched refs:btif_av_is_peer_edr (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/include/
Dbtif_av.h168 BOOLEAN btif_av_is_peer_edr(void);
/system/bt/btif/src/
Dbtif_media_task.c774 if (!btif_av_is_peer_edr()) in btif_media_task_get_sbc_rate()
2546 if (btif_av_is_peer_edr() && (btif_av_peer_supports_3mbps() == FALSE)) { in calculate_max_frames_per_packet()
2667 if (btif_av_is_peer_edr()) in btif_get_num_aa_frame_iteration()
Dbtif_av.c1648 BOOLEAN btif_av_is_peer_edr(void) in btif_av_is_peer_edr() function