Home
last modified time | relevance | path

Searched refs:kRemoveIsoDataPathDirectionInput (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h47 constexpr uint8_t kRemoveIsoDataPathDirectionInput = 0x01; variable
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine.cc545 conn_handle, bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput); in TriggerIsoDatapathTeardown()
/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1838 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F()
1871 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F()
1994 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F()
2612 path_params.data_path_dir = bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F()
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc2837 bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput)) in TEST_F()
3308 RemoveIsoDataPath(_, bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput)) in TEST_F()
3376 RemoveIsoDataPath(_, bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput)) in TEST_F()
3446 if (data_path_dir == (bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput | in TEST_F()
3450 bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput) { in TEST_F()
3780 bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in TEST_F()
5254 bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput)) in TEST_F()
7347 bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput)) in TEST_F()
Dstate_machine.cc1170 value |= bluetooth::hci::iso_manager::kRemoveIsoDataPathDirectionInput; in RemoveDataPathByCisHandle()