Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/
Dbtm_iso_test.cc1944 uint8_t remove_datapath_rsp_status = 0x12; in TEST_F() local
1947 [&remove_datapath_rsp_status](uint16_t iso_handle, uint8_t /* data_path_dir */, in TEST_F()
1951 UINT8_TO_STREAM(p, remove_datapath_rsp_status); in TEST_F()
1964 EXPECT_CALL(*cig_callbacks_, OnRemoveIsoDataPath(remove_datapath_rsp_status, iso_handle, in TEST_F()
1974 EXPECT_CALL(*big_callbacks_, OnRemoveIsoDataPath(remove_datapath_rsp_status, iso_handle, in TEST_F()