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

Commit f55595be authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Mask the connection handle from nocp event" am: e6fefdbb

Change-Id: I8b20d09801eac79ff7e11c53810b3beefc821af3
parents 23887c8e e6fefdbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line 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++) {
  for (xx = 0; xx < num_handles; xx++) {
    STREAM_TO_UINT16(handle, p);
    STREAM_TO_UINT16(handle, p);
    /* Extract the handle */
    handle = HCID_GET_HANDLE(handle);
    STREAM_TO_UINT16(num_sent, p);
    STREAM_TO_UINT16(num_sent, p);


    p_lcb = l2cu_find_lcb_by_handle(handle);
    p_lcb = l2cu_find_lcb_by_handle(handle);