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

Commit c3924e19 authored by Nitin Arora's avatar Nitin Arora Committed by Andre Eisenbach
Browse files

Allow dual-mode devices to be processed by BR/EDR scan

This change lets a Dual mode device which is already processed
as LE device for the current inquiry, to be also processed as
a BR/EDR device in case an extended inquiry result is recvd.
This helps setting the cod correctly.

Change-Id: I0a0c598ebdafe2b6153015c3cda5dde8f7a15873
parent 7ea70971
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1965,7 +1965,7 @@ void btm_process_inq_results (UINT8 *p, UINT8 inq_res_mode)
        */
        else if (p_i->inq_count == p_inq->inq_counter
#if (BLE_INCLUDED == TRUE )
            && (p_i->inq_info.results.device_type & BT_DEVICE_TYPE_BREDR)
            && (p_i->inq_info.results.device_type == BT_DEVICE_TYPE_BREDR)
#endif
            )
            is_new = FALSE;