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

Commit df77a081 authored by Jacob Lee's avatar Jacob Lee Committed by Android Git Automerger
Browse files

am 1de74239: LE Multi-Advertising State Change Sub-event Wrong Variable Type

* commit '1de74239':
  LE Multi-Advertising State Change Sub-event Wrong Variable Type
parents da342bfe 1de74239
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -753,7 +753,8 @@ tBTM_STATUS BTM_BleDisableAdvInstance (UINT8 inst_id)
void btm_ble_multi_adv_vse_cback(UINT8 len, UINT8 *p)
{
    UINT8   sub_event;
    UINT8   adv_inst, conn_handle, idx;
    UINT8   adv_inst, idx;
    UINT16  conn_handle;

    /* Check if this is a BLE RSSI vendor specific event */
    STREAM_TO_UINT8(sub_event, p);