Searched refs:sco_vector (Results 1 – 2 of 2) sorted by relevance
446 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local447 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()
458 std::vector<uint8_t> sco_vector; in sendAndCheckSCO() local459 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()