Loading system/btif/src/btif_dm.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,7 @@ static void btif_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, property_value.insert(property_value.end(), uuid_128bit.begin(), uuid_128bit.end()); } eir_uuids_cache.erase(uuids_iter); } if (num_eir_uuids > 0) { prop.val = (void*)property_value.data(); Loading @@ -1495,7 +1496,6 @@ static void btif_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, prop.val = &uuid; prop.len = Uuid::kNumBytes128; } eir_uuids_cache.erase(uuids_iter); } // Both SDP and bonding are done, clear pairing control block in case // it is not already cleared Loading Loading
system/btif/src/btif_dm.cc +1 −1 Original line number Diff line number Diff line Loading @@ -1486,6 +1486,7 @@ static void btif_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, property_value.insert(property_value.end(), uuid_128bit.begin(), uuid_128bit.end()); } eir_uuids_cache.erase(uuids_iter); } if (num_eir_uuids > 0) { prop.val = (void*)property_value.data(); Loading @@ -1495,7 +1496,6 @@ static void btif_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, prop.val = &uuid; prop.len = Uuid::kNumBytes128; } eir_uuids_cache.erase(uuids_iter); } // Both SDP and bonding are done, clear pairing control block in case // it is not already cleared Loading