HomeSort by relevance Sort by last modified time
    Searched refs:btif_av_source_active_peer (Results 1 - 6 of 6) sorted by null

  /system/bt/btif/include/
btif_av.h 32 RawAddress btif_av_source_active_peer(void);
  /system/bt/btif/src/
btif_a2dp_audio_interface.cc 163 RawAddress peer_addr = btif_av_source_active_peer();
btif_av.cc 2723 RawAddress btif_av_source_active_peer(void) { function
    [all...]
btif_a2dp_source.cc 923 RawAddress peer_bda = btif_av_source_active_peer();
    [all...]
btif_rc.cc 499 RawAddress avdtp_source_active_peer_addr = btif_av_source_active_peer();
    [all...]
  /system/bt/btif/avrcp/
avrcp_service.cc 54 RawAddress active_peer() override { return btif_av_source_active_peer(); }

Completed in 183 milliseconds