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

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

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

* commit 'df77a081':
  LE Multi-Advertising State Change Sub-event Wrong Variable Type
parents acd6749d df77a081
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line 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)
void btm_ble_multi_adv_vse_cback(UINT8 len, UINT8 *p)
{
{
    UINT8   sub_event;
    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 */
    /* Check if this is a BLE RSSI vendor specific event */
    STREAM_TO_UINT8(sub_event, p);
    STREAM_TO_UINT8(sub_event, p);