Loading system/stack/btm/btm_ble_bgconn.cc +2 −0 Original line number Diff line number Diff line Loading @@ -364,7 +364,9 @@ static bool btm_ble_start_auto_conn() { btm_ble_enable_resolving_list_for_platform(BTM_BLE_RL_INIT); if (btm_cb.ble_ctr_cb.rl_state != BTM_BLE_RL_IDLE && controller_get_interface()->supports_ble_privacy()) { #if (BLE_LOCAL_PRIVACY_ENABLED == TRUE) own_addr_type |= BLE_ADDR_TYPE_ID_BIT; #endif peer_addr_type |= BLE_ADDR_TYPE_ID_BIT; } Loading Loading
system/stack/btm/btm_ble_bgconn.cc +2 −0 Original line number Diff line number Diff line Loading @@ -364,7 +364,9 @@ static bool btm_ble_start_auto_conn() { btm_ble_enable_resolving_list_for_platform(BTM_BLE_RL_INIT); if (btm_cb.ble_ctr_cb.rl_state != BTM_BLE_RL_IDLE && controller_get_interface()->supports_ble_privacy()) { #if (BLE_LOCAL_PRIVACY_ENABLED == TRUE) own_addr_type |= BLE_ADDR_TYPE_ID_BIT; #endif peer_addr_type |= BLE_ADDR_TYPE_ID_BIT; } Loading