diff options
-rwxr-xr-x | btif/src/btif_dm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/btif/src/btif_dm.c b/btif/src/btif_dm.c index 3699971..0032bb9 100755 --- a/btif/src/btif_dm.c +++ b/btif/src/btif_dm.c @@ -732,7 +732,6 @@ static void btif_dm_search_devices_evt (UINT16 event, char *p_param) { } break; - case BTA_DM_SEARCH_CANCEL_CMPL_EVT: case BTA_DM_DISC_CMPL_EVT: { HAL_CBACK(bt_hal_cbacks, discovery_state_changed_cb, BT_DISCOVERY_STOPPED); |