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

Commit e41be08d authored by Reddy Praveen's avatar Reddy Praveen Committed by android-build-merger
Browse files

Fix for Extended Scan parameter length am: dc283dcc

am: 73872c33

Change-Id: Id57ec583ff0a29a5dfdaf2aee449fd7e6d5414c6
parents 2cbf45c5 73872c33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -698,7 +698,7 @@ void btsnd_hcic_ble_set_extended_scan_params(uint8_t own_address_type,
  uint8_t* pp = (uint8_t*)(p + 1);

  uint16_t param_len = 3 + (5 * scanning_phys);
  p->len = HCIC_PREAMBLE_SIZE + 3 + (5 * param_len);
  p->len = HCIC_PREAMBLE_SIZE + param_len;
  p->offset = 0;

  UINT16_TO_STREAM(pp, HCI_LE_SET_EXTENDED_SCAN_PARAMETERS);