Searched refs:max_connected_audio_devices (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_av.h | 378 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, 414 int max_connected_audio_devices);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_av.cc | 403 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, 637 int max_connected_audio_devices); 1177 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, in Init() argument 1181 log::info("max_connected_audio_devices={}", max_connected_audio_devices); in Init() 1184 max_connected_peers_ = max_connected_audio_devices; in Init() 1438 int max_connected_audio_devices) { in Init() argument 1439 log::info("(max_connected_audio_devices={})", max_connected_audio_devices); in Init() 1443 max_connected_peers_ = max_connected_audio_devices; in Init() 3499 btav_source_callbacks_t* callbacks, int max_connected_audio_devices, in init_src() argument 3504 return btif_av_source.Init(callbacks, max_connected_audio_devices, in init_src() [all …]
|