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.cpp446 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local
447 sco_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckSCO()
448 sco_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8)); in sendAndCheckSCO()
449 sco_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckSCO()
450 sco_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckSCO()
452 sco_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckSCO()
454 sco_packet = sco_vector; in sendAndCheckSCO()
455 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()
/hardware/interfaces/bluetooth/1.1/vts/functional/
DVtsHalBluetoothV1_1TargetTest.cpp458 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local
459 sco_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckSCO()
460 sco_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8)); in sendAndCheckSCO()
461 sco_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckSCO()
462 sco_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckSCO()
464 sco_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckSCO()
466 sco_packet = sco_vector; in sendAndCheckSCO()
467 bluetooth->sendScoData(sco_vector); in sendAndCheckSCO()