Searched refs:kIsoDataPathHci (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_iso_api_types.h | 50 constexpr uint8_t kIsoDataPathHci = 0x00; variable
|
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | broadcast_configuration_provider.h | 150 .dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci,
|
D | broadcaster_test.cc | 1058 .dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci,
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | codec_manager_test.cc | 43 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()
|
D | codec_manager.cc | 57 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()
|
D | le_audio_set_configuration_provider_json.cc | 212 config.data_path_configuration.dataPathId = bluetooth::hci::iso_manager::kIsoDataPathHci; in SetConfigurationFromFlatSubconfig()
|
D | state_machine.cc | 966 uint8_t data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci; in applyDsaDataPath() 980 data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci; in applyDsaDataPath()
|
D | state_machine_test.cc | 5197 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/ |
D | btm_iso_test.cc | 348 .data_path_id = bluetooth::hci::iso_manager::kIsoDataPathHci,
|