Searched refs:acl_handle_pack (Results 1 – 4 of 4) sorted by relevance
910 ah->handle = htobs(acl_handle_pack(conn->handle, flags)); in io_acl_data()
1648 #define acl_handle_pack(h, f) (uint16_t)(((h) & 0x0fff)|((f) << 12)) macro
1987 acl_handle_pack(handle, start ? ACL_START : ACL_CONT)); in bt_hci_lmp_acl_data()
2042 #define acl_handle_pack(h, f) (uint16_t)((h & 0x0fff)|(f << 12)) macro