Home
last modified time | relevance | path

Searched refs:max_connected_audio_devices (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dbluetooth_av_interface.cc160 int max_connected_audio_devices = 1; in A2dpSourceEnable() local
163 &av_source_callbacks, max_connected_audio_devices, in A2dpSourceEnable()
Dfake_bluetooth_av_interface.cc32 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, in FakeSourceInit() argument
/system/bt/include/hardware/
Dbt_av.h315 btav_source_callbacks_t* callbacks, int max_connected_audio_devices,
/system/bt/btif/src/
Dbtif_av.cc360 btav_source_callbacks_t* callbacks, int max_connected_audio_devices,
956 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, in Init() argument
960 max_connected_audio_devices); in Init()
963 max_connected_peers_ = max_connected_audio_devices; in Init()
2737 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, in init_src() argument
2741 return btif_av_source.Init(callbacks, max_connected_audio_devices, in init_src()