Searched refs:acl_vector (Results 1 – 2 of 2) sorted by relevance
489 std::vector<uint8_t> acl_vector; in sendAndCheckACL() local490 acl_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckACL()491 acl_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8) | in sendAndCheckACL()494 acl_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckACL()495 acl_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckACL()497 acl_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckACL()499 acl_packet = acl_vector; in sendAndCheckACL()500 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()
501 std::vector<uint8_t> acl_vector; in sendAndCheckACL() local502 acl_vector.push_back(static_cast<uint8_t>(handle & 0xff)); in sendAndCheckACL()503 acl_vector.push_back(static_cast<uint8_t>((handle & 0x0f00) >> 8) | in sendAndCheckACL()506 acl_vector.push_back(static_cast<uint8_t>(size & 0xff)); in sendAndCheckACL()507 acl_vector.push_back(static_cast<uint8_t>((size & 0xff00) >> 8)); in sendAndCheckACL()509 acl_vector.push_back(static_cast<uint8_t>(i + n)); in sendAndCheckACL()511 acl_packet = acl_vector; in sendAndCheckACL()512 bluetooth->sendAclData(acl_vector); in sendAndCheckACL()