Searched refs:sco_vector (Results 1 – 2 of 2) sorted by relevance
479 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local480 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()
491 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local492 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()