Searched refs:CreateMccMscFrame (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test_utils_test.cc | 40 using bluetooth::rfcomm::CreateMccMscFrame; 167 CreateMccMscFrame(new_dlci, false, true, true, false, true); in TEST() 199 CreateMccMscFrame(new_dlci, false, true, true, false, true); in TEST()
|
D | stack_rfcomm_test_utils.h | 104 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc,
|
D | stack_rfcomm_test_utils.cc | 79 std::vector<uint8_t> CreateMccMscFrame(uint8_t dlci, bool fc, bool rtc, in CreateMccMscFrame() function 190 CreateMccMscFrame(dlci, fc, rtc, rtr, ic, dv); in CreateQuickMscPacket()
|
D | stack_rfcomm_test.cc | 84 using bluetooth::rfcomm::CreateMccMscFrame;
|