]> granicus.if.org Git - esp-idf/blobdiff - components/bt/bluedroid/bta/dm/bta_dm_main.c
Merge branch 'feature/btdm_add_connect_event_and_disconnect_event_for_gattc' into...
[esp-idf] / components / bt / bluedroid / bta / dm / bta_dm_main.c
index 436b4db12ce8f2aa84fbb2ebc3f9ba39ec63fb4f..3d0b84ee65004789295443f289df490d81101583 100644 (file)
@@ -131,6 +131,7 @@ const tBTA_DM_ACTION bta_dm_action[BTA_DM_MAX_EVT] = {
     bta_dm_ble_read_scan_reports,           /* BTA_DM_API_BLE_READ_SCAN_REPORTS_EVT */
     bta_dm_ble_track_advertiser,            /* BTA_DM_API_BLE_TRACK_ADVERTISER_EVT */
     bta_dm_ble_get_energy_info,             /* BTA_DM_API_BLE_ENERGY_INFO_EVT */
+    bta_dm_ble_disconnect,                  /* BTA_DM_API_BLE_DISCONNECT_EVT */
 #endif
 
     bta_dm_enable_test_mode,                /*  BTA_DM_API_ENABLE_TEST_MODE_EVT     */