Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/vts/functional/
DVtsHalBluetoothV1_0TargetTest.cpp479 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local
480 sco_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckSCO()
481 sco_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8)); in sendAndCheckSCO()
482 sco_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckSCO()
483 sco_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckSCO()
485 sco_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckSCO()
487 sco_packet = sco_vector; in sendAndCheckSCO()
488 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp491 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local
492 sco_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckSCO()
493 sco_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8)); in sendAndCheckSCO()
494 sco_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckSCO()
495 sco_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckSCO()
497 sco_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckSCO()
499 sco_packet = sco_vector; in sendAndCheckSCO()
500 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()