Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6fefdbb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Mask the connection handle from nocp event"

parents f7d026fc 4e84fbf8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1239,6 +1239,8 @@ void l2c_link_process_num_completed_pkts(uint8_t* p, uint8_t evt_len) {

  for (xx = 0; xx < num_handles; xx++) {
    STREAM_TO_UINT16(handle, p);
    /* Extract the handle */
    handle = HCID_GET_HANDLE(handle);
    STREAM_TO_UINT16(num_sent, p);

    p_lcb = l2cu_find_lcb_by_handle(handle);