Searched refs:acl_vector (Results 1 – 2 of 2) sorted by relevance
522 std::vector<uint8_t> acl_vector; in sendAndCheckACL() local523 acl_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckACL()524 acl_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8) | in sendAndCheckACL()527 acl_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckACL()528 acl_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckACL()530 acl_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckACL()532 acl_packet = acl_vector; in sendAndCheckACL()533 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
534 std::vector<uint8_t> acl_vector; in sendAndCheckACL() local535 acl_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckACL()536 acl_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8) | in sendAndCheckACL()539 acl_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckACL()540 acl_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckACL()542 acl_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckACL()544 acl_packet = acl_vector; in sendAndCheckACL()545 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()