Loading system/bta/gatt/bta_gattc_int.h +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ typedef UINT16 tBTA_GATTC_INT_EVT; /* max client application GATTC can support */ #ifndef BTA_GATTC_CL_MAX #define BTA_GATTC_CL_MAX 10 #define BTA_GATTC_CL_MAX 32 #endif /* max known devices GATTC can support */ Loading system/stack/btm/btm_ble_gap.c +8 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,14 @@ BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type, BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda) { BOOLEAN ret = TRUE; UINT8 dev_wl_type = BTM_BLE_WL_INIT; BTM_TRACE_EVENT0 (" BTM_BleUpdateBgConnDev"); /* update white list */ ret = btm_update_bg_conn_list(add_remove, remote_bda, &dev_wl_type); btm_update_dev_to_white_list(add_remove, remote_bda, dev_wl_type); return ret; } Loading Loading
system/bta/gatt/bta_gattc_int.h +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ typedef UINT16 tBTA_GATTC_INT_EVT; /* max client application GATTC can support */ #ifndef BTA_GATTC_CL_MAX #define BTA_GATTC_CL_MAX 10 #define BTA_GATTC_CL_MAX 32 #endif /* max known devices GATTC can support */ Loading
system/stack/btm/btm_ble_gap.c +8 −0 Original line number Diff line number Diff line Loading @@ -363,6 +363,14 @@ BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE bg_conn_type, BOOLEAN BTM_BleUpdateBgConnDev(BOOLEAN add_remove, BD_ADDR remote_bda) { BOOLEAN ret = TRUE; UINT8 dev_wl_type = BTM_BLE_WL_INIT; BTM_TRACE_EVENT0 (" BTM_BleUpdateBgConnDev"); /* update white list */ ret = btm_update_bg_conn_list(add_remove, remote_bda, &dev_wl_type); btm_update_dev_to_white_list(add_remove, remote_bda, dev_wl_type); return ret; } Loading