Home
last modified time | relevance | path

Searched refs:kIsoDataPathHci (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h50 constexpr uint8_t kIsoDataPathHci = 0x00; variable
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcast_configuration_provider.h150 .dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci,
Dbroadcaster_test.cc1058 .dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci,
/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_manager_test.cc43 using bluetooth::hci::iso_manager::kIsoDataPathHci;
402 ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, kIsoDataPathHci, _)) in TEST_F()
405 ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, kIsoDataPathHci, _)) in TEST_F()
950 ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, kIsoDataPathHci, _)) in TEST_F()
953 ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, kIsoDataPathHci, _)) in TEST_F()
Dcodec_manager.cc57 using bluetooth::hci::iso_manager::kIsoDataPathHci;
159 GetInterface().ConfigureDataPath(hci_data_direction_t::HOST_TO_CONTROLLER, kIsoDataPathHci, in ~codec_manager_impl()
161 GetInterface().ConfigureDataPath(hci_data_direction_t::CONTROLLER_TO_HOST, kIsoDataPathHci, in ~codec_manager_impl()
Dle_audio_set_configuration_provider_json.cc212 config.data_path_configuration.dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci; in SetConfigurationFromFlatSubconfig()
Dstate_machine.cc966 uint8_t data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci; in applyDsaDataPath()
980 data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci; in applyDsaDataPath()
Dstate_machine_test.cc5197 SetupIsoDataPath(_, dataPathIsEq(bluetooth::hci::iso_manager::kIsoDataPathHci))) in TEST_F()
5238 SetupIsoDataPath(_, dataPathIsEq(bluetooth::hci::iso_manager::kIsoDataPathHci))) in TEST_F()
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc348 .data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci,